ActionMeetingCmd_UnMuteVideo working?

Just testing out 2 simple buttons, one to turn on video and one to turn off video for myself. Pressing the video off button works fine, but turning video back on does not work, nothing happens. Is ActionMeetingCmd_UnMuteVideo working for anyone else?

 

  • (IBAction)videoOn:(id)sender {

    ZoomSDKMeetingService* meetingService = [[ZoomSDK sharedSDK] getMeetingService];

    [meetingService actionMeetingWithCmd:ActionMeetingCmd_UnMuteVideo userID:0 onScreen:_screenType];

}

 

  • (IBAction)videoOff:(id)sender {

    ZoomSDKMeetingService* meetingService = [[ZoomSDK sharedSDK] getMeetingService];

    [meetingService actionMeetingWithCmd:ActionMeetingCmd_MuteVideo userID:0 onScreen:_screenType];

}

Hi Daniel,

we will fix this bug in the next release, will keep you updated. 

Best