devices | readonly | IndexedDevices | Current device list |
getUserMedia | public | (constraints) => void | Execute the media pipeline immediately with provided constraints See MediaDeviceRequest |
getUserMediaAsync | public | (constraints) => Promise<void> | Execute the media pipeline immediately with provided constraints. An explicit version of getUserMedia to make it possible to chain other async actions See MediaDeviceRequest |
media? | readonly | Media | Current Media |
tryAndGetUserMedia | public | (constraints) => void | Cross-check PermissionState and available devices before requesting user media, the request will be skipped if there is no granted device. |
updatingAudio | readonly | boolean | - |
updatingVideo | readonly | boolean | - |