Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove SDP munging for P2P mode. #706

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

jianjunz
Copy link
Collaborator

This change replaces SDP munging with setCodecPreference for P2P mode. Changes of OWT APIs are needed to fully support setCodecPreference. For example, OWT APIs allow different bitrate settings for different codecs, which is not supported by WebRTC, so only the first codec's bitrate setting takes effect at this time.

@jianjunz jianjunz added enhancement New feature or request p2p P2P mode issues labels Apr 28, 2023
@jianjunz jianjunz enabled auto-merge (squash) June 2, 2023 01:48
This change replaces SDP munging with setCodecPreference for P2P mode. Changes
of OWT APIs are needed to fully support setCodecPreference. For example, OWT
APIs allow different bitrate settings for different codecs, which is not
supported by WebRTC, so only the first codec's bitrate setting takes effect at
this time.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request p2p P2P mode issues
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant