react-native-peerjs icon indicating copy to clipboard operation
react-native-peerjs copied to clipboard

SdpTransform is not available in your implementation

Open sheikx1221 opened this issue 4 years ago • 0 comments

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...

sheikx1221 avatar Dec 29 '20 23:12 sheikx1221