bigbluebutton-Github/bigbluebutton-html5/imports/ui/services/audio-manager/error-codes.js

8 lines
106 B
JavaScript
Raw Normal View History

2019-09-30 22:54:34 +08:00
const MIC_ERROR = {
NO_SSL: 9,
MAC_OS_BLOCK: 8,
NO_PERMISSION: 7,
};
export default { MIC_ERROR };