findMediaInputFromStream
function findMediaInputFromStream(devices): (stream) => MediaInput;
Beta
Parameters
| Parameter | Type |
|---|---|
devices | IndexedDevices |
Returns
(stream): MediaInput;
Parameters
| Parameter | Type |
|---|---|
stream | undefined | MediaStream |
function findMediaInputFromStream(devices): (stream) => MediaInput;
Beta
| Parameter | Type |
|---|---|
devices | IndexedDevices |
(stream): MediaInput;
| Parameter | Type |
|---|---|
stream | undefined | MediaStream |