Meeting SDK for Android API Reference
|
Data Fields | |
boolean | normalMeeting_can_chat |
TRUE indicates that the user owns the authority to send message to chat. | |
boolean | normalMeeting_can_chat_to_all |
TRUE indicates that the user owns the authority to send message to all. | |
boolean | normalMeeting_can_chat_to_individual |
TRUE indicates that the user owns the authority to send message to an individual attendee in the meeting. | |
boolean | normalMeeting_is_only_can_chat_to_host |
TRUE indicates that the user owns the authority to send message only to the host. | |
boolean | webinarAttendee_can_chat |
TRUE indicates that the attendee can send message to chat. | |
boolean | webinarAttendee_can_chat_to_all_panellist_and_attendee |
TRUE indicates that the user owns the authority to send message to all the panelists and attendees. | |
boolean | webinarAttendee_can_chat_to_all_panellist |
TRUE indicates that the user owns the authority to send message to all the panelists. | |
boolean | webinarOtherRole_can_chat_to_all_panellist |
TRUE indicates that the user owns the authority to send message to all the panelists. | |
boolean | webinarOtherRole_can_chat_to_all_panellist_and_attendee |
TRUE indicates that the user owns the authority to send message to all. | |
boolean | webinarOtherRole_can_chat_to_individual |
TRUE indicates that the user owns the authority to send message to individual attendee. | |
boolean | is_chat_off |
TRUE indicates that it is disabled to chat in the specified meeting. | |
boolean | is_webinar_attendee |
TRUE indicates that the owner of the current message is the attendee of the webinar. | |
boolean | is_webinar_meeting |
TRUE indicates that the current meeting is webinar. | |
Definition at line 3 of file ZoomMeetingChatStatus.java.
boolean us.zoom.sdk.ZoomMeetingChatStatus.is_chat_off |
TRUE indicates that it is disabled to chat in the specified meeting.
Definition at line 55 of file ZoomMeetingChatStatus.java.
boolean us.zoom.sdk.ZoomMeetingChatStatus.is_webinar_attendee |
TRUE indicates that the owner of the current message is the attendee of the webinar.
Definition at line 60 of file ZoomMeetingChatStatus.java.
boolean us.zoom.sdk.ZoomMeetingChatStatus.is_webinar_meeting |
TRUE indicates that the current meeting is webinar.
Definition at line 65 of file ZoomMeetingChatStatus.java.
boolean us.zoom.sdk.ZoomMeetingChatStatus.normalMeeting_can_chat |
TRUE indicates that the user owns the authority to send message to chat.
Definition at line 7 of file ZoomMeetingChatStatus.java.
boolean us.zoom.sdk.ZoomMeetingChatStatus.normalMeeting_can_chat_to_all |
TRUE indicates that the user owns the authority to send message to all.
Definition at line 12 of file ZoomMeetingChatStatus.java.
boolean us.zoom.sdk.ZoomMeetingChatStatus.normalMeeting_can_chat_to_individual |
TRUE indicates that the user owns the authority to send message to an individual attendee in the meeting.
Definition at line 17 of file ZoomMeetingChatStatus.java.
boolean us.zoom.sdk.ZoomMeetingChatStatus.normalMeeting_is_only_can_chat_to_host |
TRUE indicates that the user owns the authority to send message only to the host.
Definition at line 22 of file ZoomMeetingChatStatus.java.
boolean us.zoom.sdk.ZoomMeetingChatStatus.webinarAttendee_can_chat |
TRUE indicates that the attendee can send message to chat.
Definition at line 27 of file ZoomMeetingChatStatus.java.
boolean us.zoom.sdk.ZoomMeetingChatStatus.webinarAttendee_can_chat_to_all_panellist |
TRUE indicates that the user owns the authority to send message to all the panelists.
Definition at line 36 of file ZoomMeetingChatStatus.java.
boolean us.zoom.sdk.ZoomMeetingChatStatus.webinarAttendee_can_chat_to_all_panellist_and_attendee |
TRUE indicates that the user owns the authority to send message to all the panelists and attendees.
Definition at line 31 of file ZoomMeetingChatStatus.java.
boolean us.zoom.sdk.ZoomMeetingChatStatus.webinarOtherRole_can_chat_to_all_panellist |
TRUE indicates that the user owns the authority to send message to all the panelists.
Definition at line 41 of file ZoomMeetingChatStatus.java.
boolean us.zoom.sdk.ZoomMeetingChatStatus.webinarOtherRole_can_chat_to_all_panellist_and_attendee |
TRUE indicates that the user owns the authority to send message to all.
Definition at line 46 of file ZoomMeetingChatStatus.java.
boolean us.zoom.sdk.ZoomMeetingChatStatus.webinarOtherRole_can_chat_to_individual |
TRUE indicates that the user owns the authority to send message to individual attendee.
Definition at line 51 of file ZoomMeetingChatStatus.java.