iOS SDK API Reference
Loading...
Searching...
No Matches
MobileRTCMeetingService+Chat.h File Reference
#import <MobileRTC/MobileRTC.h>

Go to the source code of this file.

Classes

category  MobileRTCMeetingService(Chat)
 

Enumerations

enum  MobileRTCChatGroup { MobileRTCChatGroup_All = 0 , MobileRTCChatGroup_Panelists = 1 , MobileRTCChatGroup_WaitingRoomUsers = 2 }
 

Enumeration Type Documentation

◆ MobileRTCChatGroup

Enumerator
MobileRTCChatGroup_All 

Chat to all participants in the meeting.

MobileRTCChatGroup_Panelists 

Chat to panelists in the webinar.

MobileRTCChatGroup_WaitingRoomUsers 

Chat to waiting room user.

Definition at line 11 of file MobileRTCMeetingService+Chat.h.

11 {
@ MobileRTCChatGroup_WaitingRoomUsers
Chat to waiting room user.
@ MobileRTCChatGroup_Panelists
Chat to panelists in the webinar.
@ MobileRTCChatGroup_All
Chat to all participants in the meeting.