iOS API
|
Instance Methods | |
(BOOL) | - isChatDisabled |
Query if the chat is disabled in the meeting. More... | |
(BOOL) | - isPrivateChatDisabled |
Query if it is able to send private chat in the meeting. More... | |
(BOOL) | - changeAttendeeChatPriviledge: |
set Attendee Chat Priviledge when in-meeting More... | |
(MobileRTCMeetingChatPriviledgeType) | - getAttendeeChatPriviledge |
get Attendee Chat Priviledge when in-meeting More... | |
(nullable MobileRTCMeetingChat *) | - meetingChatByID: |
Get in-meeting chat message. More... | |
(MobileRTCSendChatError) | - sendChatToUser:WithContent: |
Send chat message to the specified user in the meeting. More... | |
(MobileRTCSendChatError) | - sendChatToGroup:WithContent: |
Send message to group in the meeting. More... | |
- (BOOL) changeAttendeeChatPriviledge: | (MobileRTCMeetingChatPriviledgeType) | type |
set Attendee Chat Priviledge when in-meeting
Extends class MobileRTCMeetingService.
- (MobileRTCMeetingChatPriviledgeType) getAttendeeChatPriviledge |
get Attendee Chat Priviledge when in-meeting
Extends class MobileRTCMeetingService.
- (BOOL) isChatDisabled |
Query if the chat is disabled in the meeting.
Extends class MobileRTCMeetingService.
- (BOOL) isPrivateChatDisabled |
Query if it is able to send private chat in the meeting.
Extends class MobileRTCMeetingService.
- (nullable MobileRTCMeetingChat*) meetingChatByID: | (nonnull NSString *) | messageID |
Get in-meeting chat message.
messageID | The ID of the message sent in the meeting. |
Extends class MobileRTCMeetingService.
- (MobileRTCSendChatError) sendChatToGroup: | (MobileRTCChatGroup) | group | |
WithContent: | (nonnull NSString *) | content | |
Send message to group in the meeting.
group | Group type in the meeting, see MobileRTCChatGroup. |
content | The message to be sent. |
Extends class MobileRTCMeetingService.
- (MobileRTCSendChatError) sendChatToUser: | (NSUInteger) | userID | |
WithContent: | (nonnull NSString *) | content | |
Send chat message to the specified user in the meeting.
userID | The ID of user who receives message in the meeting. |
content | The message to be sent. |
Extends class MobileRTCMeetingService.