|
Meeting SDK for Android API Reference
|
Public Member Functions | |
| String | toString () |
Data Fields | |
| MeetingType | meeting_type |
| Meeting type. | |
| boolean | isViewOnly |
| View only or not. True indicates to view only. | |
| boolean | is_auto_recording_local |
| Auto local recording or not. True indicates to auto local recording. | |
| boolean | is_auto_recording_cloud |
| Auto cloud recording or not. True indicates to auto cloud recording. | |
| long | meeting_number |
| Meeting number. | |
| String | meeting_topic |
| Meeting topic. | |
| String | meeting_host |
| Meeting host. | |
Definition at line 3 of file MeetingParameter.java.
|
inline |
Definition at line 40 of file MeetingParameter.java.
References is_auto_recording_cloud, is_auto_recording_local, isViewOnly, meeting_host, meeting_number, meeting_topic, and meeting_type.
| boolean us.zoom.sdk.MeetingParameter.is_auto_recording_cloud |
Auto cloud recording or not. True indicates to auto cloud recording.
Definition at line 23 of file MeetingParameter.java.
Referenced by toString().
| boolean us.zoom.sdk.MeetingParameter.is_auto_recording_local |
Auto local recording or not. True indicates to auto local recording.
Definition at line 18 of file MeetingParameter.java.
Referenced by toString().
| boolean us.zoom.sdk.MeetingParameter.isViewOnly |
View only or not. True indicates to view only.
Definition at line 14 of file MeetingParameter.java.
Referenced by toString().
| String us.zoom.sdk.MeetingParameter.meeting_host |
| long us.zoom.sdk.MeetingParameter.meeting_number |
| String us.zoom.sdk.MeetingParameter.meeting_topic |
| MeetingType us.zoom.sdk.MeetingParameter.meeting_type |