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

    Interface AddVoiceEventListenerResponse

    interface AddVoiceEventListenerResponse {
        unsubscribe: () => void;
    }
    Index

    Properties

    Properties

    unsubscribe: () => void

    Unsubscribe function to remove the event listener.