TP-89230 | universal call sdk
This commit is contained in:
@@ -22,7 +22,7 @@ import {
|
||||
import registerEventProcessor from "./eventsProcessor.ts";
|
||||
|
||||
class AmeyoAdapter implements IAdapter {
|
||||
private callbacks: { onCallConnected: (data: GenericObject) => void; onCallDisconnected: (data: GenericObject) => void; onCallIncoming: (data: GenericObject) => void };
|
||||
private callbacks: { onCallConnected: (data: StateType) => void; onCallDisconnected: (data: StateType) => void; onCallIncoming: (data: StateType) => void };
|
||||
private eventListenerUrl: string;
|
||||
private baseUrl: string;
|
||||
private sessionId: string;
|
||||
|
||||
@@ -1,5 +1,3 @@
|
||||
import exp from "constants";
|
||||
|
||||
export type GenericObject = {
|
||||
[key: string]: any;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user