SelectMediaDeviceResponse
Return value of the synchronous selectMediaDevice handler.
The returned value must be one of the ids of the devices from SelectMediaDeviceParams.devices or
one of the following reserved strings:
'cancel'— cancel selection (no device).'proceed'— allow Chromium to list the available media input devices.
type SelectMediaDeviceResponse = string;