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

preferTcp not honored #193

Closed
artushin opened this issue Feb 26, 2018 · 4 comments
Closed

preferTcp not honored #193

artushin opened this issue Feb 26, 2018 · 4 comments

Comments

@artushin
Copy link

If a room is created in mediasoup-client with transportOptions: {preferTcp: true}, the resulting remote candidate connection is shown in chrome://webrtc-internals/ as UDP. However, setting transportOptions: {udp: false} with the same SFU results in a working TCP connection.

@ibc ibc closed this as completed in 70d537f Feb 26, 2018
@ibc
Copy link
Member

ibc commented Feb 26, 2018

Thanks a lot. The documentation was ok, but the default values were wrong:

70d537f

Fixed in 2.0.14 and published.

@artushin
Copy link
Author

Same for

bool sendRtp{ true };
options?

@ibc
Copy link
Member

ibc commented Feb 26, 2018

No, that's ok. The documentation, indeed, was wrong. Fixed now: https://mediasoup.org/documentation/mediasoup/api/#WebRtcTransport-MirroringOptions

Thanks.

@artushin
Copy link
Author

artushin commented Feb 26, 2018 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

2 participants