/** * 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';