diff --git a/README.md b/README.md index 9ccc5896e..69f39f90f 100644 --- a/README.md +++ b/README.md @@ -50,7 +50,7 @@ You can raise tickets on [our support portal](http://support.temasys.io) or on [ ##### Current versions and stability We recommend that you always use the latest versions of the Temasys Web SDK as WebRTC is still evolving and we adapt to changes very frequently. -[Latest version: `0.6.29`](https://github.com/Temasys/SkylinkJS/releases/tag/0.6.29). +[Latest version: `0.6.30`](https://github.com/Temasys/SkylinkJS/releases/tag/0.6.30). ##### Setting AdapterJS flags If you require to set Temasys AdapterJS flags (e.g. forcing Temasys WebRTC plugin), we recommend the following method: diff --git a/bower.json b/bower.json index 50ed48410..3af3c7257 100644 --- a/bower.json +++ b/bower.json @@ -1,7 +1,7 @@ { "name": "skylinkjs", "description": "WebRTC real-time video conversation library", - "version": "0.6.29", + "version": "0.6.30", "homepage": "https://temasys.io", "author": { "name": "Temasys Communications Pte. Ltd.", diff --git a/doc/classes/Skylink.html b/doc/classes/Skylink.html index 1b5e7ce53..5fbff00ff 100644 --- a/doc/classes/Skylink.html +++ b/doc/classes/Skylink.html @@ -2,7 +2,7 @@ - SkylinkJS 0.6.29 + SkylinkJS 0.6.30 @@ -33,7 +33,7 @@ - Version: 0.6.29 + Version: 0.6.30 +
  • + disableBundle + {String} + + Optional + + +
    + DEFAULT: false + The flag if for each Peer connection instead of bundling all + media connections into 1 connection, should have all of them negotiated as different separate media connections. +
    +
  • + @@ -19695,7 +19709,7 @@

    leaveRoom

    -   Defined in: source/room-connection.js:466 +   Defined in: source/room-connection.js:468 @@ -19952,7 +19966,7 @@

    lockRoom

    -   Defined in: source/room-connection.js:582 +   Defined in: source/room-connection.js:584 @@ -25304,7 +25318,7 @@

    unlockRoom

    -   Defined in: source/room-connection.js:616 +   Defined in: source/room-connection.js:618 diff --git a/doc/data.json b/doc/data.json index 089721aa8..a8050f8db 100644 --- a/doc/data.json +++ b/doc/data.json @@ -2,7 +2,7 @@ "project": { "name": "skylinkjs", "description": "Temasys Web SDK is an open-source client-side library for your web-browser that enables any website to easily leverage the capabilities of WebRTC and its direct data streaming powers between peers for audio/video conferencing or file transfer.", - "version": "0.6.29", + "version": "0.6.30", "url": "https://temasys.io/" }, "files": { @@ -2763,7 +2763,7 @@ }, { "file": "source/data-channel.js", - "line": 230, + "line": 231, "description": "Function that returns the Datachannel buffer threshold and amount.", "itemtype": "method", "name": "_getDataChannelBuffer", @@ -2778,7 +2778,7 @@ }, { "file": "source/data-channel.js", - "line": 264, + "line": 265, "description": "Function that sends data over the Datachannel connection.", "itemtype": "method", "name": "_sendMessageToDataChannel", @@ -2789,7 +2789,7 @@ }, { "file": "source/data-channel.js", - "line": 339, + "line": 340, "description": "Function that stops the Datachannel connection and removes object references.", "itemtype": "method", "name": "_closeDataChannel", @@ -4283,6 +4283,13 @@ "description": "The type of certificate that Peer connection should\n generate and use when available.\n- When not provided, its value is AUTO.\n [Rel: Skylink.PEER_CERTIFICATE]", "type": "String", "optional": true + }, + { + "name": "disableBundle", + "description": "The flag if for each Peer connection instead of bundling all\n media connections into 1 connection, should have all of them negotiated as different separate media connections.", + "type": "String", + "optional": true, + "optdefault": "false" } ] }, @@ -4381,7 +4388,7 @@ }, { "file": "source/room-connection.js", - "line": 466, + "line": 468, "description": "
    \n Note that this method will close any existing socket channel connection despite not being in the Room.\n
    \nFunction that stops Room session.", "itemtype": "method", "name": "leaveRoom", @@ -4446,7 +4453,7 @@ }, { "file": "source/room-connection.js", - "line": 582, + "line": 584, "description": "
    \n Note that broadcasted events from muteStream() method,\n stopStream() method,\n stopScreen() method,\n sendMessage() method,\n unlockRoom() method and\n lockRoom() method may be queued when\n sent within less than an interval.\n
    \nFunction that locks the current Room when in session to prevent other Peers from joining the Room.", "itemtype": "method", "name": "lockRoom", @@ -4456,7 +4463,7 @@ }, { "file": "source/room-connection.js", - "line": 616, + "line": 618, "description": "
    \n Note that broadcasted events from muteStream() method,\n stopStream() method,\n stopScreen() method,\n sendMessage() method,\n unlockRoom() method and\n lockRoom() method may be queued when\n sent within less than an interval.\n
    \nFunction that unlocks the current Room when in session to allow other Peers to join the Room.", "itemtype": "method", "name": "unlockRoom", @@ -4466,7 +4473,7 @@ }, { "file": "source/room-connection.js", - "line": 650, + "line": 652, "description": "Function that waits for Socket connection to Signaling to be opened.", "itemtype": "method", "name": "_waitForOpenChannel", @@ -10075,15 +10082,15 @@ }, { "message": "unknown tag: trigger", - "line": " source/room-connection.js:466" + "line": " source/room-connection.js:468" }, { "message": "unknown tag: trigger", - "line": " source/room-connection.js:582" + "line": " source/room-connection.js:584" }, { "message": "unknown tag: trigger", - "line": " source/room-connection.js:616" + "line": " source/room-connection.js:618" }, { "message": "unknown tag: trigger", diff --git a/doc/files/source_data-channel.js.html b/doc/files/source_data-channel.js.html index c4d6c0aab..6e6866841 100644 --- a/doc/files/source_data-channel.js.html +++ b/doc/files/source_data-channel.js.html @@ -2,7 +2,7 @@ - SkylinkJS 0.6.29 + SkylinkJS 0.6.30 @@ -33,7 +33,7 @@ - Version: 0.6.29 + Version: 0.6.30