CallNotReadyError
Every member RPC is addressed with the local leg’s { node_id, call_id, member_id } triple, and the server delivers selfId/nodeId only on call.joined. Until then there is nothing to route with, so the SDK fails fast instead of sending a doomed request.
Wait for selfId$ — or for self$, which withholds emission until self exists — before issuing call control.
Extends
Error
Constructors
Constructor
Parameters
callId
ID of the call that has no self member context yet.
options
Standard ErrorOptions, e.g. { cause }.
Properties
callId
ID of the call that has no self member context yet.
Examples
See
ParticipantNotReadyError— the same readiness gate for a remote member.executeMethod.