jiti-meet/react/features/base/lib-jitsi-meet/constants.js

6 lines
208 B
JavaScript

/**
* The name of the Error thrown by {@link JitsiMeetJS.init()} which indicates
* that WebRTC is not supported by the execution environment.
*/
export const WEBRTC_NOT_SUPPORTED = 'WEBRTC_NOT_SUPPORTED';