Member Junction
    Preparing search index...
    BridgeConnectDirection: "Inbound" | "Outbound"

    Whether a telephony bridge places the call (outbound) or answers an incoming one (inbound).

    A union (not an enum) so it exports cleanly and mirrors the Direction column on AIAgentSessionBridge. BaseTelephonyBridge.Connect branches on this: 'Outbound'ITelephonyCallSdk.dial, 'Inbound'ITelephonyCallSdk.answer.