Schedule Meeting

In the Schedule meeting all the given parameter is mandatory too used??

meetingItem.setMeetingTopic(topic);
meetingItem.setStartTime(getBeginTime().getTime());
meetingItem.setDurationInMinutes(getDurationInMinutes());
meetingItem.setCanJoinBeforeHost(mChkEnableJBH.isChecked());
meetingItem.setPassword(password);
meetingItem.setHostVideoOff(mChkHostVideo.isChecked());
meetingItem.setAttendeeVideoOff(mChkAttendeeVideo.isChecked());

because schedule meeting is not working its showing me Meeting Status Polling: MEETING_STATUS_IDLE -

Hi @kunal.pitale,

Thanks for the post. Have you logged in before calling the schedule meeting interface? The schedule meeting interfaces are only available for logged in users. And the actual implementation you may refer to the implementation here: https://github.com/zoom/zoom-sdk-android/blob/master/mobilertc-android-studio/sample/src/main/java/us/zoom/sdksample/otherfeatures/scheduleforloginuser/ScheduleMeetingExampleActivity.java

Hope this helps. Thanks!

Yes , i login from email id and password and than i want to use with meetingTopic want to check its work or not but its showing me false

Hi @kunal.pitale,

Thanks for confirming. May I ask what is the ScheduleOrEditMeetingError code you are getting?

Thanks!