question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

RTCPeerConnection.addTransceiver isn't implemented

See original GitHub issue

I’ve been trying to get a WebRTC based library to work in React Native. It’s working on my React web app, but on RN, I failed to get it to run because the library calls RTCPeerConnection.addTransceiver() which does not exist in react-native-webrtc.

Do you think it and maybe other (maybe) missing methods would be implemented in the future?

Issue Analytics

  • State:closed
  • Created 2 years ago
  • Comments:7

github_iconTop GitHub Comments

1reaction
danjenkinscommented, Sep 20, 2021
1reaction
danjenkinscommented, Sep 20, 2021

There’s a PR branch you can run that gives you those functions 😃 I’ll find the pr number when I’m back at my desk for you

On Mon, 20 Sep 2021 at 19:12, David Heisnam @.***> wrote:

I’ve been trying to get a WebRTC based library to work in React Native. It’s working on my React web app, but on RN, I failed to get it to run because the library calls RTCPeerConnection.addTransceiver() which does not exist in react-native-webrtc.

Do you think it and maybe other (maybe) missing methods would be implemented in the future?

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/react-native-webrtc/react-native-webrtc/issues/1075, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAB3LLOPSCRLS4EVTA5XXA3UC52RTANCNFSM5EMQPZ3Q .

Read more comments on GitHub >

github_iconTop Results From Across the Web

RTCPeerConnection.addTransceiver() - Web APIs | MDN
The RTCPeerConnection method addTransceiver() creates a new RTCRtpTransceiver and adds it to the set of transceivers associated with the ...
Read more >
cannot resolve symbol 'RTCPeerConnection()' - Stack Overflow
Try doing this. Note that onTrack is implemented in the PeerConnectionObserver (pcObserver), not the the peerConnection itself:
Read more >
777617 - Support RTCRtpTransceiver (transceiver) - chromium
The plan is only to support transceivers when Unified Plan mode is on. Switching the default from Plan B to Unified Plan will...
Read more >
RTCPeerConnection.addTransceiver - Web APIs - W3cubDocs
The RTCPeerConnection method addTransceiver() creates a new RTCRtpTransceiver and adds ... sendEncodings is not yet implemented in Firefox.
Read more >
RTCRtpTransceiverInit
Chrome Edge Internet Explorer RTCRtpTransceiverInit Chrome Full support Yes Edge Full support Yes IE No support No direction Chrome Full support Yes Edge Full support...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found