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

    Function deviceChangeEvent

    • Emitted when the available set of Devices changes.

      Parameters

      • lostActiveDevices: MediaDeviceInfo[]

        An array containing any Devices that were previously active that were lost as a result of this deviceChange event.

      Returns void

      device.audio.on('deviceChange', lostActiveDevices => { });