chatroomMessagePriority property
set
chatroomMessagePriority
(ChatRoomMessagePriority priority)
Sets the priority of chat room messages.
param priority The priority of chat room messages. The default value is Normal, indicating the normal priority. For details, seeChatRoomMessagePriority.
Implementation
set chatroomMessagePriority(ChatRoomMessagePriority priority) {
_priority = priority;
}