call-live-sdk 1.0.2 → 1.0.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/call-live-sdk.es.js
CHANGED
|
@@ -250491,6 +250491,8 @@ const WebLiveLogin = () => {
|
|
|
250491
250491
|
...loginData.data,
|
|
250492
250492
|
isCall: true,
|
|
250493
250493
|
rule: "sub",
|
|
250494
|
+
agent_id: Number(agentId),
|
|
250495
|
+
live_id: Number(liveId),
|
|
250494
250496
|
isVideoEnabled: devicePermissions.camera.granted && devicePermissions.camera.enabled,
|
|
250495
250497
|
isAudioEnabled: devicePermissions.microphone.granted && devicePermissions.microphone.enabled
|
|
250496
250498
|
});
|