Meeting SDK for Android API Reference
Loading...
Searching...
No Matches
JoinMeetingParam4WithoutLogin.java
Go to the documentation of this file.
1package us.zoom.sdk;
2
4
9 public String zoomAccessToken;
10
14 public String onBehalfToken;
15
19 public int userType = -1;
20}
String zoomAccessToken
ZOOM access token(zak) returned from REST API.
int userType
User types defined in MeetingService.
Joining meeting Parameters.