Description
I developed a application using MAC SDK, when a user jion the meeting ,and click the mike button to mute the mike , we use the api
ZoomSDKError zoomSDKError = [[_meetingService getMeetingActionController] actionMeetingWithCmd:ActionMeetingCmd_MuteAudio userID:0 onScreen:ScreenType_First];
to mute user himself mike。if user is host ,that is ok, the method return zoomSDKError is “ZoomSDKError_Success”.but if user is not the host, the method return zoomSDKError is “ZoomSDKError_NoPermission”.
What’s the reason,is the sdk API not used correctly by me? or the user is not the host, can’t the user mute mike himself?