File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
packages/taro/types/api/media Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -320,7 +320,7 @@ declare module '../../index' {
320
320
* @supported weapp
321
321
* @see https://developers.weixin.qq.com/miniprogram/dev/api/media/voip/wx.setEnable1v1Chat.html
322
322
*/
323
- setEnable1v1Chat ( option : subscribeVoIPVideoMembers . Option ) : Promise < TaroGeneral . CallbackResult >
323
+ setEnable1v1Chat ( option : setEnable1v1Chat . Option ) : Promise < TaroGeneral . CallbackResult >
324
324
/** 监听实时语音通话成员视频状态变化事件
325
325
* @supported weapp
326
326
* @see https://developers.weixin.qq.com/miniprogram/dev/api/media/voip/wx.onVoIPVideoMembersChanged.html
@@ -373,7 +373,7 @@ declare module '../../index' {
373
373
*/
374
374
offVoIPChatInterrupted ( callback : onVoIPChatInterrupted . Callback ) : void
375
375
/** 加入 (创建) 实时语音通话,更多信息可见 [实时语音指南](https://developers.weixin.qq.com/miniprogram/dev/framework/open-ability/voip-chat.html)
376
- *
376
+ *
377
377
* 调用前需要用户授权 `scope.record`,若房间类型为视频房间需要用户授权 `scope.camera`。
378
378
* @supported weapp
379
379
* @see https://developers.weixin.qq.com/miniprogram/dev/api/media/voip/wx.joinVoIPChat.html
You can’t perform that action at this time.
0 commit comments