TP-89230 | current call state

This commit is contained in:
varnit goyal
2024-11-27 09:30:16 +05:30
parent 8c2283e075
commit 9e1d713920

View File

@@ -52,6 +52,7 @@ class AmeyoAdapter implements IAdapter {
document.body.appendChild(script);
this.baseUrl = options.baseUrl;
this.eventListenerUrl = options.eventListenerUrl;
this.currentCallState = CALL_STATES.IDLE;
this.callbacks = {
onCallIncoming: () => {
},