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