iOS API
Instance Methods | List of all members
MobileRTCMeetingService(Chat) Category Reference

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...
 

Method Documentation

◆ changeAttendeeChatPriviledge:()

- (BOOL) changeAttendeeChatPriviledge: (MobileRTCMeetingChatPriviledgeType)  type

set Attendee Chat Priviledge when in-meeting

Returns
YES means sucessfull, otherwise not.
Warning
Only meeting host/co-host can run the function.
only normal meeting(non webinar meeting) can run the function.

Extends class MobileRTCMeetingService.

◆ getAttendeeChatPriviledge()

- (MobileRTCMeetingChatPriviledgeType) getAttendeeChatPriviledge

get Attendee Chat Priviledge when in-meeting

Returns
the result of attendee chat priviledge;

Extends class MobileRTCMeetingService.

◆ isChatDisabled()

- (BOOL) isChatDisabled

Query if the chat is disabled in the meeting.

Returns
YES means disabled, otherwise not.

Extends class MobileRTCMeetingService.

◆ isPrivateChatDisabled()

- (BOOL) isPrivateChatDisabled

Query if it is able to send private chat in the meeting.

Returns
YES means disabled, otherwise not.

Extends class MobileRTCMeetingService.

◆ meetingChatByID:()

- (nullable MobileRTCMeetingChat*) meetingChatByID: (nonnull NSString *)  messageID

Get in-meeting chat message.

Parameters
messageIDThe ID of the message sent in the meeting.
Returns
The instance of in-meeting chat.
Warning
The method is optional.

Extends class MobileRTCMeetingService.

◆ sendChatToGroup:WithContent:()

- (MobileRTCSendChatError) sendChatToGroup: (MobileRTCChatGroup)  group
WithContent: (nonnull NSString *)  content 

Send message to group in the meeting.

Parameters
groupGroup type in the meeting, see MobileRTCChatGroup.
contentThe message to be sent.
Returns
The result of sending the message.

Extends class MobileRTCMeetingService.

◆ sendChatToUser:WithContent:()

- (MobileRTCSendChatError) sendChatToUser: (NSUInteger)  userID
WithContent: (nonnull NSString *)  content 

Send chat message to the specified user in the meeting.

Parameters
userIDThe ID of user who receives message in the meeting.
contentThe message to be sent.
Returns
The result of sending the message.

Extends class MobileRTCMeetingService.


The documentation for this category was generated from the following file: