When you are calling setMuteAudioWhenJoinMeeting, are you the host of the meeting? This is setting the meeting-wide setting for this feature, so only the host would be able to modify it.
During the meeting, whether calling meetingService?.muteMyAudio(false) or meetingService?.muteMyAudio(true), the microphone is turned off .
Have you successfully joined audio for the meeting before calling this method?
Hi @jon.zoom , thanks for your support.
Im standing on start instant meeting. Im set setMuteAudioWhenJoinMeeting(false).
And yes, i have successfully joined audio for meeting before call that method.
Now, i found that, if i do not set startmeeting param.noAudio = fasle , muteMyAudio(true/false) will alway mute .
Thanks for providing that! When you call muteMyAudio with true and false what MobileRTCAudioError is returned? Are you using a custom ui or the default ui?
Hi, Im using default ui. My code do not care MobileRTCAudioError when call muteMyAudio. Actualy , im building a plugin Zoom for Flutter, so at this time, im not take care that return yet.