react-native-peerjs
react-native-peerjs copied to clipboard
SdpTransform is not available in your implementation
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...