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

RTCIceTransport component #5

Open
steveanton opened this issue Jun 12, 2018 · 1 comment
Open

RTCIceTransport component #5

steveanton opened this issue Jun 12, 2018 · 1 comment
Labels
PR needed A pull request is needed.

Comments

@steveanton
Copy link
Collaborator

The RTCIceTransport component attribute is inherited from the WebRTC-PC specification.

There's no way to create an RTCIceTransport with a particular component (WebRTC-PC does it through SDP, ORTC through createAssociatedTransport). Should component just always return "rtp"?

@aboba
Copy link
Contributor

aboba commented Jun 12, 2018

Since there is no createAssociatedTransport, component is always rtp.

@aboba aboba added the PR needed A pull request is needed. label Jun 12, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
PR needed A pull request is needed.
Projects
None yet
Development

No branches or pull requests

2 participants