UNPKG

270 BJavaScriptView Raw
1import { temporarilyNotSupport } from '../../utils';
2// 录音
3export const stopRecord = temporarilyNotSupport('stopRecord');
4export const startRecord = temporarilyNotSupport('startRecord');
5export const getRecorderManager = temporarilyNotSupport('getRecorderManager');