executeMethod
Executes a Verto RPC method targeting a specific participant.
Constructs call context (node_id, call_id, member_id) and sends the RPC request.
Type Parameters
Parameters
target
Target member ID string, or a MemberTarget object.
method
Verto method name (e.g. 'call.mute', 'call.member.remove').
args
Parameters for the RPC method.
Returns
Promise<T>
The RPC response.
Throws
If the RPC call returns an error.
Examples
Mute a remote member
Remove a member from the call
See
execute— lower-level raw JSON-RPC send.