|
Meeting SDK for Android API Reference
|
Chat status information for meeting participants. More...
Data Fields | |
| boolean | normalMeeting_can_chat |
| Determines whether the user has the authority to send messages to chat in a normal meeting. | |
| boolean | normalMeeting_can_chat_to_all |
| Determines whether the user has the authority to send messages to all in a normal meeting. | |
| boolean | normalMeeting_can_chat_to_individual |
| Determines whether the user has the authority to send messages to an individual attendee in a normal meeting. | |
| boolean | normalMeeting_is_only_can_chat_to_host |
| Determines whether the user has the authority to send messages only to the host in a normal meeting. | |
| boolean | webinarAttendee_can_chat |
| Determines whether the attendee can send messages to chat in a webinar. | |
| boolean | webinarAttendee_can_chat_to_all_panellist_and_attendee |
| Determines whether the user has the authority to send messages to all panelists and attendees in a webinar. | |
| boolean | webinarAttendee_can_chat_to_all_panellist |
| Determines whether the user has the authority to send messages to all panelists in a webinar. | |
| boolean | webinarOtherRole_can_chat_to_all_panellist |
| Determines whether the user has the authority to send messages to all panelists in a webinar. | |
| boolean | webinarOtherRole_can_chat_to_all_panellist_and_attendee |
| Determines whether the user has the authority to send messages to all in a webinar. | |
| boolean | webinarOtherRole_can_chat_to_individual |
| Determines whether the user has the authority to send messages to an individual attendee in a webinar. | |
| boolean | is_chat_off |
| Determines whether chat is disabled in the specified meeting. | |
| boolean | is_webinar_attendee |
| Determines whether the owner of the current message is the attendee of the webinar. | |
| boolean | is_webinar_meeting |
| Determines whether the current meeting is a webinar. | |
Chat status information for meeting participants.
Definition at line 6 of file ZoomMeetingChatStatus.java.
| boolean us.zoom.sdk.ZoomMeetingChatStatus.is_chat_off |
Determines whether chat is disabled in the specified meeting.
Definition at line 60 of file ZoomMeetingChatStatus.java.
| boolean us.zoom.sdk.ZoomMeetingChatStatus.is_webinar_attendee |
Determines whether the owner of the current message is the attendee of the webinar.
Definition at line 65 of file ZoomMeetingChatStatus.java.
| boolean us.zoom.sdk.ZoomMeetingChatStatus.is_webinar_meeting |
Determines whether the current meeting is a webinar.
Definition at line 70 of file ZoomMeetingChatStatus.java.
| boolean us.zoom.sdk.ZoomMeetingChatStatus.normalMeeting_can_chat |
Determines whether the user has the authority to send messages to chat in a normal meeting.
Definition at line 10 of file ZoomMeetingChatStatus.java.
| boolean us.zoom.sdk.ZoomMeetingChatStatus.normalMeeting_can_chat_to_all |
Determines whether the user has the authority to send messages to all in a normal meeting.
Definition at line 15 of file ZoomMeetingChatStatus.java.
| boolean us.zoom.sdk.ZoomMeetingChatStatus.normalMeeting_can_chat_to_individual |
Determines whether the user has the authority to send messages to an individual attendee in a normal meeting.
Definition at line 20 of file ZoomMeetingChatStatus.java.
| boolean us.zoom.sdk.ZoomMeetingChatStatus.normalMeeting_is_only_can_chat_to_host |
Determines whether the user has the authority to send messages only to the host in a normal meeting.
Definition at line 25 of file ZoomMeetingChatStatus.java.
| boolean us.zoom.sdk.ZoomMeetingChatStatus.webinarAttendee_can_chat |
Determines whether the attendee can send messages to chat in a webinar.
Definition at line 30 of file ZoomMeetingChatStatus.java.
| boolean us.zoom.sdk.ZoomMeetingChatStatus.webinarAttendee_can_chat_to_all_panellist |
Determines whether the user has the authority to send messages to all panelists in a webinar.
Definition at line 40 of file ZoomMeetingChatStatus.java.
| boolean us.zoom.sdk.ZoomMeetingChatStatus.webinarAttendee_can_chat_to_all_panellist_and_attendee |
Determines whether the user has the authority to send messages to all panelists and attendees in a webinar.
Definition at line 35 of file ZoomMeetingChatStatus.java.
| boolean us.zoom.sdk.ZoomMeetingChatStatus.webinarOtherRole_can_chat_to_all_panellist |
Determines whether the user has the authority to send messages to all panelists in a webinar.
Definition at line 45 of file ZoomMeetingChatStatus.java.
| boolean us.zoom.sdk.ZoomMeetingChatStatus.webinarOtherRole_can_chat_to_all_panellist_and_attendee |
Determines whether the user has the authority to send messages to all in a webinar.
Definition at line 50 of file ZoomMeetingChatStatus.java.
| boolean us.zoom.sdk.ZoomMeetingChatStatus.webinarOtherRole_can_chat_to_individual |
Determines whether the user has the authority to send messages to an individual attendee in a webinar.
Definition at line 55 of file ZoomMeetingChatStatus.java.