Releases: muaz-khan/RTCMultiConnection
[email protected]
3.2.97 is latest version.
Relevant commit: 46cf991
getScreenId.js
has been removed. So cross-domain chrome-extension feature is disabled.- Now Supporting
audio+tab
in Chrome andaudio+screen
in Firefox. Demo
[email protected]
3.2.96 is latest release.
Relevant commit: 61340e3
Fixed this issue: https://rtcmulticonnection.herokuapp.com/#comment-2583080917
"Hi again, I'm experiencing issues with renegotiation. In v3 after a renegotiation we lost the data channel and the ability to send messages / files."
Fixed #102
[email protected]
3.2.95 is latest release.
Relevant commit: 689d611
- Fixed however separated
Plugin.EveryWhere.js
- Removed
Object.observe()
--- read notes
To support Safari/IE, please modify Gruntfile.js#L30
to enable dev/Plugin.EveryWhere.js
.
Set connection.trickleIce=false
in your HTML files, because currently Plugin.EveryWhere.js
is unable to call addIceCandidate
.
[email protected]
[email protected]
3.2.93 is latest stable version.
Relevant commit: 22f0577
This version added support for cordova based ios apps:
You can even use latest socket.io versions e.g. 1.4.5
or above.
[email protected]
3.2.92 is latest release.
Relevant commit: b3adb38
- Now preferring
VP9
in Chrome - Added
connection.codecs
object - Fixed
isPluginRTC
which was enabled on iOS as well. - Added
ios-hack.js
connection.codecs = {
audio: 'opus', // or G722
video: 'VP9' // or H264 or VP8
};
Note: Now v3.0 uses CodecsHandler.js
instead of BandwidthHanlder.js
[email protected]
[email protected]
3.2.90 is latest release.
Relevant commit: cdaac70
- Fixed user-leave issues
- Fixed broadcast:true issues
- If camera fails; v3.0 joins with audio-only.
[email protected]
3.2.89 is latest release.
Relevant commit: 64199d5
- Now session is always kept ALIVE until
autoCloseEntireSession
is specified asTRUE
. - Manual
stream.onended
events are fired only for Firefox. - Now participants doesn’t quickly tries to join all other participants; so no hang issues.
- Now it doesn’t renegotiates on datachannel close/error
- Now peers doesn’t auto rejoins on failures. You can manually call
connection.rejoin
inonPeerStateChanged
oronReconnecting
connection.deletePeer
is added. Which removes everything (connections, streams, links etc) from specific peer.autoReDialOnFailure
is removed. Because now it doesn’t auto rejoins.- Now skipping bitrates/bandwidth customization for Android devices.
[email protected]
v3.2.88 is latest release.
Relevant commit: 87e4e6e