@twilio/flex-sdk
    Preparing search index...

    Interface AddVoiceListenerEvent

    interface AddVoiceListenerEvent {
        destroyed: () => void;
        error: (error: Error, call?: VoiceCall) => void;
        incoming: (call: VoiceCall) => void;
        tokenWillExpire: () => void;
        unregistered: () => void;
    }
    Index

    Properties

    destroyed: () => void
    error: (error: Error, call?: VoiceCall) => void
    incoming: (call: VoiceCall) => void
    tokenWillExpire: () => void
    unregistered: () => void