sora-js-sdk
    Preparing search index...

    Interface SignalingNotifyConnectionUpdated

    interface SignalingNotifyConnectionUpdated {
        audio?: boolean;
        bundle_id?: string;
        channel_connections: number;
        channel_recvonly_connections: number;
        channel_sendonly_connections: number;
        channel_sendrecv_connections: number;
        client_id?: string;
        connection_id?: string;
        event_type: "connection.updated";
        minutes: number;
        role: Role;
        session_id?: string;
        turn_transport_type: "tcp" | "udp";
        type: "notify";
        video?: boolean;
    }
    Index

    Properties

    audio?: boolean
    bundle_id?: string
    channel_connections: number
    channel_recvonly_connections: number
    channel_sendonly_connections: number
    channel_sendrecv_connections: number
    client_id?: string
    connection_id?: string
    event_type: "connection.updated"
    minutes: number
    role: Role
    session_id?: string
    turn_transport_type: "tcp" | "udp"
    type: "notify"
    video?: boolean