CallState
Observable state of a call (status, recording, participants, etc.).
Extended by
Properties
id
Call ID this state snapshot describes.
locked
Whether the call is locked.
locked$
Observable of the call’s locked state.
meta
Arbitrary metadata bag for the call state.
meta$
Observable of the call-level metadata bag.
participants
Current participants on the call. See CallParticipant.
participants$
Observable of the current participant list. See CallParticipant.
raiseHandPriority
Whether raise-hand priority mode is active.
raiseHandPriority$
Observable of the raise-hand priority mode state.
recording
Whether a server-side recording is active.
recording$
Observable of the current recording state.
status
Current lifecycle status of the call. See CallStatus.
status$
Observable of the call’s lifecycle status. See CallStatus.
streaming
Whether a server-side stream is active.
streaming$
Observable of the current streaming state.
Methods
setMeta()
Parameters
meta
Arbitrary metadata bag for the call state.
Returns
Promise<void>
updateMeta()
Parameters
meta
Arbitrary metadata bag for the call state.
Returns
Promise<void>