Browser SDK
Build voice, video and chat applications for the browser
v4
Stable
JSONRPCResponse<TResult>
1type JSONRPCResponse<TResult> = JSONRPCSuccessResponse<TResult> | JSONRPCErrorResponse
TResult
unknown