JSONRPCRequest<TParams>
JSONRPCRequest<TParams>
Shape of an outgoing JSON-RPC 2.0 request. Used as the input to WebRTCCall.execute for direct RPC sends.
Type Parameters
Properties
id
Request ID, echoed back in the matching response.
jsonrpc
JSON-RPC protocol version. Always "2.0".
method
RPC method name.
params
Method-specific parameters.