callId

View as MarkdownOpen in Claude
get callId(): string | undefined

Call ID for this participant’s leg, or undefined if not available.

Inherited from

Participant.callId

For the local participant this is the call’s own ID. It is populated by the first full member state event (member.joined, member.updated, or the call.joined roster).

Examples

console.log(selfParticipant.callId);

See

  • target — the full RPC target triple built from this value.