You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Peerjs Client API has a sdpTransform option that let's you transform sdp to change the codecs priority or delete some codecs that you don't want to be preferred... It is called when we make a call peer.call(userID, stream, options={sdpTransform:(sdp)=>return sdp)}
Your library is awesome and the only Implementation for React Native... Please Implement this functionality as well...
The text was updated successfully, but these errors were encountered:
Peerjs Client API has a sdpTransform option that let's you transform sdp to change the codecs priority or delete some codecs that you don't want to be preferred... It is called when we make a call peer.call(userID, stream, options={sdpTransform:(sdp)=>return sdp)}
Your library is awesome and the only Implementation for React Native... Please Implement this functionality as well...
The text was updated successfully, but these errors were encountered: