limitSharingMonitorInterface
function limitSharingMonitorInterface(constraints, stream): MediaStream;
A fallback implementation of monitorTypeSurfaces limitation when it is not
supported by the current browser and the source of the displaySurface is
available.
Parameters
| Parameter | Type | Description |
|---|---|---|
constraints | DisplayMediaOptions | The constraints used to request display media. |
stream | MediaStream | The MediaStream returned from the requesting display media. |
Returns
MediaStream