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

Chrome 76+ DataTrack incompatibility with 2.X Mobile SDKs in P2P Rooms #52

Closed
ceaglest opened this issue Aug 22, 2019 · 1 comment
Closed
Labels
Milestone

Comments

@ceaglest
Copy link
Contributor

Chrome 76 added support for a new SDP format for data channel negotiation. This new SDP format is not compatible with 2.x Android and iOS Video SDKs when used with P2P Rooms.

What is the impact?

In a P2P room, Chrome 76+ Participants and affected mobile SDKs might not be able to subscribe to each other’s data tracks. The issue occurs when the Chrome Participant connects to a Room after an incompatible mobile Participant has already connected.

Are audio and video tracks affected?

No. Participants can subscribe to audio and video tracks and they continue to function as expected.

Is my app impacted by this change?

The following table shows the impacted mobile SDK versions and the recommended upgrade path:

Twilio Video SDK Affected versions Recommended Upgrade path
Android SDK 2.X 3.0.0 +
iOS SDK 2.0.0 - 2.2.2 2.3.0 +

I am impacted, what should I do?

Please refer to the upgrade paths listed above and the following guides for performing the upgrades:

Additional Resources

@ceaglest
Copy link
Contributor Author

Please update to 2.3.0 or newer to resolve the issue.

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

No branches or pull requests

1 participant