Meeting SDK for Android API Reference
Loading...
Searching...
No Matches
StartMeetingParamsWithoutLogin.java
Go to the documentation of this file.
1package us.zoom.sdk;
2
7
11 public int userType = -1;
12
16 public String zoomAccessToken = null;
17
21 public String displayName = null;
22
23}
Parameters for starting a meeting.
Parameters for a user to start a meeting without login.
String displayName
Gets or sets the user's screen name in the meeting.
String zoomAccessToken
Gets or sets the Zoom access token (ZAK) returned from REST API.