Meeting SDK for Android API Reference
Loading...
Searching...
No Matches
MeetingItem.java
Go to the documentation of this file.
1package us.zoom.sdk;
2
9public interface MeetingItem {
10
14 public static interface RepeatType {
18 public final static int None = 0;
22 public final static int EveryDay = 1;
26 public final static int EveryWeek = 2;
30 public final static int Every2Weeks = 3;
34 public final static int EveryMonth = 4;
38 public final static int EveryYear = 5;
39 }
40
62
66 public enum AutoRecordType {
78 AutoRecordType_CloudRecord
79 }
80
81}
Meeting item interface.