Browser is not supported by OpenVidu. Returned upon unsuccessful connect
The user hasn't granted permissions to the required input device when the browser asked for them. Returned upon unsuccessful initPublisher or getUserMedia
The required input device is probably being used by other process when the browser asked for it. This error can also be triggered when the user granted permission to use the devices but a hardware error occurred at the OS, browser or web page level, which prevented access to the device. Returned upon unsuccessful initPublisher or getUserMedia
Generic error
There was an unknown error when trying to access the specified audio device Returned upon unsuccessful initPublisher or getUserMedia
No audio input device found with the provided deviceId (property audioSource) Returned upon unsuccessful initPublisher or getUserMedia
No video input device found with the provided deviceId (property videoSource) Returned upon unsuccessful initPublisher or getUserMedia
Method initPublisher or getUserMedia has been called with properties videoSource
and audioSource
of
PublisherProperties parameter both set to false or null
There is no connection to the Session. This error will be thrown when any method requiring a connection to openvidu-server is called before successfully calling method connect
The client tried to call a method without the required permissions. This can occur for methods publish, forceUnpublish, forceDisconnect, applyFilter, removeFilter
Some media property of PublisherProperties such as frameRate
or resolution
is not supported
by the input devices (whenever it is possible they are automatically adjusted to the most similar value).
Returned upon unsuccessful initPublisher or getUserMedia
The user hasn't granted permissions to capture some desktop screen when the browser asked for them. Returned upon unsuccessful initPublisher or getUserMedia
Only for Chrome, the screen sharing extension is installed but is disabled Returned upon unsuccessful initPublisher or getUserMedia
Only for Chrome, there's no screen sharing extension installed Returned upon unsuccessful initPublisher or getUserMedia
Browser does not support screen sharing. Returned upon unsuccessful initPublisher or getUserMedia
Error related to Virtual Background
Generated using TypeDoc
Defines property name