Skip to content

Releases: cine-io/peer-js-sdk

0.0.9

03 Mar 23:45
Compare
Choose a tag to compare

support clients who do not support trickle ice

v0.0.8

03 Mar 00:30
Compare
Choose a tag to compare

Fixed error when canceling a call with an identity that isn't in the room

v0.0.7

16 Feb 23:21
Compare
Choose a tag to compare

quieted down production logging

v0.0.6

13 Feb 21:05
Compare
Choose a tag to compare

shaved off around ~10 seconds in startup time for the broadcast bridge by caching a peer connection's ice candidates.

0.0.5

13 Feb 18:06
Compare
Choose a tag to compare

Improved error checking when broadcasting streams

v0.0.4

13 Feb 01:32
Compare
Choose a tag to compare

Added WebRTC to RTMP/HLS bridge.

CineIOPeer.broadcastCameraAndMicrophone(streamId, streamPassword);
CineIOPeer.stopCameraAndMicrophoneBroadcast();
CineIOPeer.broadcastScreenShare(streamId, streamPassword);
CineIOPeer.stopScreenShareBroadcast();