Skip to content

Tags: aspto/RTCMultiConnection

Tags

3.2.92

Toggle 3.2.92's commit message
Added [email protected] Now preferring VP9 in Chrome.

3.2.91

Toggle 3.2.91's commit message
Forcing to reduce bandwidth on WiFi/Cell networks.

3.2.90

Toggle 3.2.90's commit message
Added [email protected]

1) Fixed user-leave issues
2) Fixed broadcast:true issues
3) If camera fails; v3.0 joins with audio-only.

3.2.89

Toggle 3.2.89's commit message
Added [email protected]

1) Now session is always kept ALIVE until autoCloseEntireSession is
specified as TRUE.
2) Manual “stream.onended” events are fired only for Firefox.
3) Now participants doesn’t quickly tries to join all other
participants; so no hang issues.
4) Now it doesn’t renegotiates on datachannel close/error
5) Now peers doesn’t auto rejoins on failures. You can manually call
connection.rejoin in onPeerStateChanged or onReconnecting
6) “connection.deletePeer” is added. Which removes everything
(connections, streams, links etc) from specific peer.
7) autoReDialOnFailure is removed. Because now it doesn’t auto rejoins.
8) Now skipping bitrates/bandwidth customization for Android devices.

3.2.88

Toggle 3.2.88's commit message
Added [email protected] - Also, v2.2.2 is updated to suppo…

…rt remote audio+video recording in Canary.

RecordRTC can be used with v3.2.88 to record remote or local
audio+video streams.

3.2.87

Toggle 3.2.87's commit message

3.2.86

Toggle 3.2.86's commit message
Added: [email protected] Fixed muaz-khan#84 Added "connect…

…ion.resetTrack"

“connection.resetTrack” works only in Firefox, to reset last audio or
video track.

If you replaced a video track; you can reset to old one.

Added “removeStream” ugly-hack for Firefox.

Now “muteType” is passed over “onmute” and “unmuteType” is passed over
“onunmute”.

Now firing “onstreamended” for Firefox screen as well.

You can override “connection.getScreenConstraints” to set random id,
and then you’ll be able to capture multiple screens and share in
parallel.

3.2.84

Toggle 3.2.84's commit message
Added [email protected] Fixed muaz-khan#82

1) now using gum adapter.js
2) fixed iceConnectionState issues
3) now remote stream is always removed & disconnection action is synced
4) Screen-Capturing.js now uses “window” rather than “screen” (for
Firefox)

3.2.83

Toggle 3.2.83's commit message

3.2.82

Toggle 3.2.82's commit message