TP-89230 | softcode sip credentials

This commit is contained in:
varnit goyal
2024-11-03 19:51:36 +05:30
parent e2d2e52815
commit 8d1b2c3efd
2 changed files with 1 additions and 1 deletions

View File

@@ -188,7 +188,6 @@ class AmeyoAdapter implements IAdapter {
console.log('unmuteCall');
sipUnmuteCall();
}
getAgentAvailability() {
return this.isAgentAvailable;
}

View File

@@ -127,6 +127,7 @@ function UseCallSdk({AdapterClass, adapterOptions} : {AdapterClass: new (adapter
}
function getAgentAvailability(): boolean {
console.log('prinitng adapter', adapter);
return adapter.getAgentAvailability();
}