-
Notifications
You must be signed in to change notification settings - Fork 25
tvOS support? #33
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
Comments
"This lib" is just a wrapper and a build script, it does not have anything platform-specific, so I don't think it should be too hard. On the other hand you point to a non-official WebRTC repo, while we use Google WebRTC with some iOS-specific patches. You can try swapping WebRTC repo in the build script and add a new build target. I don't mind adding tvOS support if you make a PR. But as our app is only for iOS, I can't invest time into something we don't use and can't even test. |
Haha, I always forget that repo is not the official WebRTC SDK 🤦 I thought as much though, I will have a crack at it. I can't think of a good way to raise a generalised PR if the build script uses the official WebRTC SDK though. |
For anyone stumbling upon this, have been able to hack something together here https://github.com/viviedu/mediasoup-client-swift/tree/vivi-12709-tvos-support Still in progress but working well in its current state |
Now that the WebRTC SDK has tvOS support webrtc-sdk/webrtc#139
How hard would it be to adapt this lib to work on tvOS?
The text was updated successfully, but these errors were encountered: