RPCMethods extension
Methods
-
performRpc(
PerformRpcParams params) → Future< String> -
Available on LocalParticipant, provided by the RPCMethods extension
Initiate an RPC call to a remote participant. @paramparams- RPC call parameters. @returns A future that resolves with the response payload or rejects with RpcError. @throws RpcError on failure. Details inmessage.