bigbluebutton-Github/bigbluebutton-html5/imports/ui/services/audio-manager/error-codes.js
2019-09-30 14:54:34 +00:00

8 lines
106 B
JavaScript

const MIC_ERROR = {
NO_SSL: 9,
MAC_OS_BLOCK: 8,
NO_PERMISSION: 7,
};
export default { MIC_ERROR };