UNPKG

1.56 kBJavaScriptView Raw
1import { temporarilyNotSupport } from '../../utils/index.js';
2
3// 实时语音
4const updateVoIPChatMuteConfig = temporarilyNotSupport('updateVoIPChatMuteConfig');
5const subscribeVoIPVideoMembers = temporarilyNotSupport('subscribeVoIPVideoMembers');
6const setEnable1v1Chat = temporarilyNotSupport('setEnable1v1Chat');
7const onVoIPVideoMembersChanged = temporarilyNotSupport('onVoIPVideoMembersChanged');
8const onVoIPChatStateChanged = temporarilyNotSupport('onVoIPChatStateChanged');
9const onVoIPChatSpeakersChanged = temporarilyNotSupport('onVoIPChatSpeakersChanged');
10const onVoIPChatMembersChanged = temporarilyNotSupport('onVoIPChatMembersChanged');
11const onVoIPChatInterrupted = temporarilyNotSupport('onVoIPChatInterrupted');
12const offVoIPVideoMembersChanged = temporarilyNotSupport('offVoIPVideoMembersChanged');
13const offVoIPChatStateChanged = temporarilyNotSupport('offVoIPChatStateChanged');
14const offVoIPChatMembersChanged = temporarilyNotSupport('offVoIPChatMembersChanged');
15const offVoIPChatInterrupted = temporarilyNotSupport('offVoIPChatInterrupted');
16const joinVoIPChat = temporarilyNotSupport('joinVoIPChat');
17const exitVoIPChat = temporarilyNotSupport('exitVoIPChat');
18
19export { exitVoIPChat, joinVoIPChat, offVoIPChatInterrupted, offVoIPChatMembersChanged, offVoIPChatStateChanged, offVoIPVideoMembersChanged, onVoIPChatInterrupted, onVoIPChatMembersChanged, onVoIPChatSpeakersChanged, onVoIPChatStateChanged, onVoIPVideoMembersChanged, setEnable1v1Chat, subscribeVoIPVideoMembers, updateVoIPChatMuteConfig };
20//# sourceMappingURL=voip.js.map