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

Setting peerConnection.addTransceiver('audio') and peerConnection.addTransceiver('video') causes communication not working #310

Open
nolimitdev opened this issue Sep 25, 2019 · 0 comments

Comments

@nolimitdev
Copy link

Setting offerToReceiveAudio:true and offerToReceiveVideo:true before creating offer peerConnection.createOffer() is now deprecated and Safari does not support already it. We need to use new way peerConnection.addTransceiver('audio') and peerConnection.addTransceiver('video') but it breaks communication with opponent which uses AdapterJS. Both sides will only see own local video. Side using AdapterJS fails with error during creating answer. Could it be fixed?

@nolimitdev nolimitdev changed the title Setting peerConnection.addTransceiver('audio') causes communication not working Setting peerConnection.addTransceiver('audio') and peerConnection.addTransceiver('video') causes communication not working Sep 25, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant