TP-89230 | universal call sdk

This commit is contained in:
varnit goyal
2024-11-03 13:17:30 +05:30
parent 2db851e2e8
commit 468f540349

View File

@@ -80,6 +80,7 @@ class AmeyoAdapter implements IAdapter {
_onListenForCorsBypassResponse = (payload: GenericObject) => {
if (payload?.data?.requestKey === RequestKeys.AMEYO_LOGIN) {
debugger;
const sessionId = payload?.data?.response?.userSessionInfo?.sessionId;
this.sessionId = sessionId;
getSipAccountInfo(sessionId, this.userName?.toLowerCase());