Hi ,
I’m upgrading my Meeting SDK to the latest form v4.6 to v5.11 and everything works find except the fact that I can’t disable invite link . Below is my code, please have a look .
MeetingService meetingService = mZoomSDK.getMeetingService();
JoinMeetingOptions options = new JoinMeetingOptions();
options.no_driving_mode = true;
options.no_invite = true;
options.meeting_views_options = MeetingViewsOptions.NO_TEXT_PASSWORD
+ MeetingViewsOptions.NO_TEXT_MEETING_ID
+ MeetingViewsOptions.NO_BUTTON_SHARE
+ MeetingViewsOptions.NO_BUTTON_MORE;