TP-89230 | universal call sdk
This commit is contained in:
@@ -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());
|
||||
|
||||
Reference in New Issue
Block a user