Meeting SDK for Android API Reference
|
The visibility of options on meeting view. More...
Static Public Attributes | |
static final int | NO_BUTTON_VIDEO = 0x01 |
static final int | NO_BUTTON_AUDIO = 0x02 |
static final int | NO_BUTTON_SHARE = 0x04 |
static final int | NO_BUTTON_PARTICIPANTS = 0x08 |
static final int | NO_BUTTON_MORE = 0x10 |
static final int | NO_TEXT_MEETING_ID = 0x20 |
static final int | NO_TEXT_PASSWORD = 0x40 |
static final int | NO_BUTTON_LEAVE = 0x80 |
static final int | NO_BUTTON_SWITCH_CAMERA = 0x100 |
static final int | NO_BUTTON_SWITCH_AUDIO_SOURCE = 0x200 |
The visibility of options on meeting view.
Definition at line 9 of file MeetingViewsOptions.java.
|
static |
There is no button: AUDIO.
Definition at line 17 of file MeetingViewsOptions.java.
|
static |
There is no button: LEAVING.
Definition at line 41 of file MeetingViewsOptions.java.
|
static |
There is no button: MORE.
Definition at line 29 of file MeetingViewsOptions.java.
|
static |
There is no button: PARTICIPANTS.
Definition at line 25 of file MeetingViewsOptions.java.
|
static |
There is no button: SHARING.
Definition at line 21 of file MeetingViewsOptions.java.
|
static |
There is no button: SWITCH AUDIO SOURCE.
Definition at line 49 of file MeetingViewsOptions.java.
|
static |
There is no button: SWITCH CAMERA.
Definition at line 45 of file MeetingViewsOptions.java.
|
static |
There is no button: VIDEO.
Definition at line 13 of file MeetingViewsOptions.java.
|
static |
There is no text: MEETING ID.
Definition at line 33 of file MeetingViewsOptions.java.
|
static |
There is no text: PASSWORD.
Definition at line 37 of file MeetingViewsOptions.java.