How to start meeting when I am not login with password?

I have logout in the interface  function

onZoomSDKLoginResult

on LoginResult because I need login with my Zoom account in many phone for meeting at the same time.But when I start a scheduled meeting with 

[startMeeting](https://zoom.github.io/zoom-sdk-android/us/zoom/sdk/MeetingService.html#startMeeting-Context-java.lang.String-java.lang.String-int-java.lang.String-java.lang.String-us.zoom.sdk.MeetingOptions-)(Context context, java.lang.String userId, 
java.lang.String zoomToken, 
int userType, java.lang.String meetingNo, 
java.lang.String displayName, [MeetingOptions](https://zoom.github.io/zoom-sdk-android/us/zoom/sdk/MeetingOptions.html "class in us.zoom.sdk") opts)

It will show a dialog like this:

How to start a meeting in logout state and don’t let me input password in this dialog in Android phone ?

 

Hi Meimei,

you need to either login or pass SDK APP key/secret pair to start a meeting. Please refer to section 3 of this page: https://developer.zoom.us/docs/android/sdk-functions/

Best