@squidcloud/client
    Preparing search index...

    Interface CreateAiVoiceSessionResponse

    The opened voice session.

    interface CreateAiVoiceSessionResponse {
        relayUrl: string;
        sessionId: string;
        token: string;
    }
    Index
    relayUrl: string

    Absolute wss:// URL the telephony provider connects to for this call.

    sessionId: string

    Unique id of the session.

    token: string

    One-time relay token; already embedded in relayUrl.