收藏
回答

api updateVoIPChatMuteConfig 房间设置静音问题

updateVoIPChatMuteConfig 房间设置自己静音,结果房间所有人都是静音,听不见房间里其他人说话。

wx.updateVoIPChatMuteConfig({

      muteConfig: {

        muteMicrophone: true,

        muteEarphone: true,

      },

      success(res){

        console.log('doMute.success:', res);

      },

      fail(err){

        console.log('doMute.fail:', err);

      },

      complete(){

        console.log('doMute.complete');

      }

    });

最后一次编辑于  03-18
回答关注问题邀请回答
收藏
登录 后发表内容