Releases: cine-io/peer-js-sdk
Releases · cine-io/peer-js-sdk
0.0.9
support clients who do not support trickle ice
v0.0.8
Fixed error when canceling a call with an identity that isn't in the room
v0.0.7
quieted down production logging
v0.0.6
shaved off around ~10 seconds in startup time for the broadcast bridge by caching a peer connection's ice candidates.
0.0.5
Improved error checking when broadcasting streams
v0.0.4
Added WebRTC to RTMP/HLS bridge.
CineIOPeer.broadcastCameraAndMicrophone(streamId, streamPassword);
CineIOPeer.stopCameraAndMicrophoneBroadcast();
CineIOPeer.broadcastScreenShare(streamId, streamPassword);
CineIOPeer.stopScreenShareBroadcast();