Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Paralellized connection to Signaling Websocket and getting and setting local SDP. * Updated eslintignore for local verification. * Updated package lock from packages. * Added parallelize set local description and send publish/view command. Added new setSDPToPeer option for getLocalSDP. It will set the SDP to the peer if it's true (deafult and has the same behaviour as past implementation) * Fix: Stereo flag (#94) * Fix set stereo flag in both opus and multiopus SDP. * Change stereo set order. Now multiopus does not have stereo flag. * Add multisource feature and DTX publish (#92) * add getRTCPeerConnection to BaseWebRTC * add multisource support * add dtx support * add dtx support * do not add transceiver if media is disabled Co-authored-by: Emil Santurio <[email protected]> Co-authored-by: Renzo Delfino <[email protected]> Co-authored-by: Renzo <[email protected]> * Updated package version * Change regex when setting Director domain for Safari compatibility. (#96) * Updated SDK version Co-authored-by: Sergio Garcia Murillo <[email protected]> Co-authored-by: Emil Santurio <[email protected]>
- Loading branch information