Browser SDK
Build voice, video and chat applications for the browser
v4
Stable
1type ExecuteMethod = <T>(target, method, args) => Promise<T>
Callback type for executing call methods Injected to avoid circular dependency with Call class
T
JSONRPCResponse
target
string
MemberTarget
method
args
Record
unknown
Promise<T>