Is there any function available to end the meeting for all(as a host) in Zoom Android Client SDK, similar to leave meeting(ZoomSDK.getInstance().getMeetingService().leaveCurrentMeeting(true))
SDK version is : v5.2.41727.0928
Is there any function available to end the meeting for all(as a host) in Zoom Android Client SDK, similar to leave meeting(ZoomSDK.getInstance().getMeetingService().leaveCurrentMeeting(true))
SDK version is : v5.2.41727.0928
Hi @jenny.gadhavi, thanks for the post.
The code you’ve provided is how you would end a meeting. The parameter in leaveCurrentMeeting
indicates whether or not you would like to end the meeting (if possible) upon leaving.
Thanks!