Start a meeting scheduled through the SDK, with meeting ID

Hi @jon.zoom ,

Thanks for your quick response. From the link you provided and the SDK reference, I understand that MeetingOptions can be used to enable/disable certain meeting options.

I referred to one of your previous answers, and it helped.

This is my working code.

val params = StartMeetingParams4NormalUser()
params.meetingNo = meetingID.toString()
mMeetingService.startMeetingWithParams(this@ScheduleMeeting, params, MeetingOptions())

I wanted to ask if there’s a way I can set the number of participants while scheduling my meeting???
I checked MeetingOptions, MeetingItem and PreMeetingService.