Interface EmergencyCallData

Data for an emergency call

interface EmergencyCallData {
    get callId(): string;
    get reconnectToken(): string;
}

Accessors

  • get callId(): string
  • The call ID

    Returns string

  • get reconnectToken(): string
  • The reconnect token for the call

    Returns string