Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This pull request introduces several important changes to the project, including updates to environment configurations, end-to-end (E2E) tests, and examples for WHIP and WHEP support. Additionally, it includes updates to dependencies in
package.json
andpnpm-lock.yaml
.Environment Configuration Updates:
VITE_SORA_SIGNALING_URL
,VITE_SORA_CHANNEL_ID_PREFIX
, andVITE_SORA_API_URL
in.env.template
to use production URLs. Added new environment variables forVITE_SORA_WHIP_ENDPOINT_URL
andVITE_SORA_WHEP_ENDPOINT_URL
.E2E Test Configuration:
VITE_SORA_WHIP_ENDPOINT_URL
andVITE_SORA_WHEP_ENDPOINT_URL
to the environment variables in.github/workflows/e2e-test.yml
and.github/workflows/npm-pkg-e2e-test.yml
. [1] [2]CHANGES.md
to include the addition of WHIP and WHEP tests.WHIP and WHEP Examples:
examples/index.html
,examples/whep/index.html
,examples/whep/main.mts
,examples/whip/index.html
, andexamples/whip/main.mts
. These examples demonstrate how to connect, disconnect, and handle media streams using WHIP and WHEP protocols. [1] [2] [3] [4] [5]Dependency Updates:
vite
to version 6.0.5 andvite-plugin-dts
to version 4.4.0 inpackage.json
andpnpm-lock.yaml
. [1] [2]