Occurs when a new chat message is received
Gets the current chat privilege.
The current chat privilege
Removes the specified listener from the listener array for the event named eventName.
Adds a one-time listener function for the event named eventName. The next time eventName is triggered, this listener is removed and then invoked.
Send a chat message to all meeting users in an active meeting.
The chat message to be sent
0 means the API call is valid or fails otherwise
Sends a chat message to a specific meeting user in an active meeting.
The unique id of the specific meeting user
The chat message to be sent
0 means the API call is valid or fails otherwise
Sets the meeting chat privilege.
The privilege of the meeting chat
0 means the API call is valid or fails otherwise
The ChatController class is a managing class to control the in-meeting chat related functions and states in an active meeting.