@jambonz/sdk
    Preparing search index...

    Interface AudioStreamMetadata

    Metadata sent by jambonz in the initial text frame.

    interface AudioStreamMetadata {
        callSid: string;
        from: string;
        to: string;
        callId: string;
        sampleRate: number;
        mixType: "mono" | "stereo" | "mixed";
        accountSid?: string;
        applicationSid?: string;
        direction?: string;
        [key: string]: unknown;
    }

    Indexable

    • [key: string]: unknown
    Index

    Properties

    callSid: string
    from: string
    to: string
    callId: string
    sampleRate: number
    mixType: "mono" | "stereo" | "mixed"
    accountSid?: string
    applicationSid?: string
    direction?: string