Member Junction
    Preparing search index...

    The outcome of a BaseRealtimeBridge.Connect call.

    On success the driver returns the platform handle for its own bot participant plus the external connection identifier, which the engine persists onto the AIAgentSessionBridge row.

    interface BridgeConnectResult {
        BotParticipantId: string;
        ExternalConnectionId: string;
    }
    Index

    Properties

    BotParticipantId: string

    The platform-native identifier of the bot participant the bridge created on the endpoint (Zoom participant id, call leg id, …). Persisted as BotParticipantID.

    ExternalConnectionId: string

    The platform-native identifier of the connection itself (meeting id, call SID, …). Persisted as ExternalConnectionID.