metatell Bot SDK - v2.0.0
    Preparing search index...

    Interface VoiceHandlers

    interface VoiceHandlers {
        getLocalPcmStream?: () => AsyncIterable<Int16Array<ArrayBufferLike>>;
        onRemotePcm?: (
            pcm: Int16Array,
            meta: { fromIdentity?: string },
        ) => void | Promise<void>;
    }
    Index
    getLocalPcmStream?: () => AsyncIterable<Int16Array<ArrayBufferLike>>
    onRemotePcm?: (
        pcm: Int16Array,
        meta: { fromIdentity?: string },
    ) => void | Promise<void>