nexmo-stitch
Advanced tools
Comparing version 3.0.2-beta to 3.0.2-beta.1
@@ -25,3 +25,3 @@ /* | ||
* @property {Map<string, Member>} to - The callees keyed by a member's id. The members that receive the call (not a reference to conversation.members) | ||
* @property {String} id - The call id (our member's leg_id, comes from rtc:answer event) | ||
* @property {String} id - The call id (our member's leg_id, comes from rtc:answer event, or member:media) | ||
* @property {Call.CALL_STATUS} CALL_STATUS="started" - the available call statuses | ||
@@ -349,2 +349,5 @@ * @property {Call.CALL_DIRECTION} direction - the Direction of the call, Outbound, Inbound | ||
} | ||
if (_isEventFromMe && event.body.channel) { | ||
this.id = event.body.channel.id; | ||
} | ||
} | ||
@@ -351,0 +354,0 @@ return Promise.resolve(); |
@@ -82,3 +82,3 @@ /* | ||
screenShareExtensionId: '', | ||
SDK_version: '3.0.2-beta', | ||
SDK_version: '3.0.2-beta.1', | ||
url: 'https://ws.nexmo.com', | ||
@@ -85,0 +85,0 @@ iceServers: [{ |
@@ -5,3 +5,3 @@ { | ||
"repository": "https://github.com/Nexmo/conversation-js-sdk", | ||
"version": "3.0.2-beta", | ||
"version": "3.0.2-beta.1", | ||
"keywords": [ | ||
@@ -8,0 +8,0 @@ "nexmo", |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
1054189
22856