videoDeviceStateChanged property

VideoDeviceStateChanged? videoDeviceStateChanged
getter/setter pair

Occurs when the video device state changes. This callback reports the change of system video devices, such as being unplugged or removed. On a Windows device with an external camera for video capturing, the video disables once the external camera is unplugged.

Param deviceId The device ID.

Param deviceType Media device types.

Param deviceState Media device states.

Implementation

VideoDeviceStateChanged? videoDeviceStateChanged;