iOS API
Instance Methods | List of all members
<MobileRTCPremeetingDelegate > Protocol Reference
Inheritance diagram for <MobileRTCPremeetingDelegate >:

Instance Methods

(void) - sinkSchedultMeeting:MeetingUniquedID:
 Sink the event of scheduling a meeting. More...
 
(void) - sinkEditMeeting:MeetingUniquedID:
 Sink the event of editing a meeting. More...
 
(void) - sinkDeleteMeeting:
 Sink the event of deleting a meeting. More...
 
(void) - sinkListMeeting:withMeetingItems:
 Sink the event of listing meetings. More...
 

Method Documentation

◆ sinkDeleteMeeting:()

- (void MobileRTCPremeetingDelegate) sinkDeleteMeeting: (PreMeetingError)  result

Sink the event of deleting a meeting.

Parameters
resultThe result of deleting a meeting. If the function succeeds, it will return PreMeetingError_Success.

◆ sinkEditMeeting:MeetingUniquedID:()

- (void MobileRTCPremeetingDelegate) sinkEditMeeting: (PreMeetingError)  result
MeetingUniquedID: (unsigned long long)  uniquedID 

Sink the event of editing a meeting.

Parameters
resultThe result of editing a meeting. If the function succeeds, it will return PreMeetingError_Success.

◆ sinkListMeeting:withMeetingItems:()

- (void MobileRTCPremeetingDelegate) sinkListMeeting: (PreMeetingError)  result
withMeetingItems: (nonnull NSArray *)  array 

Sink the event of listing meetings.

Parameters
resultThe result of listing meetings. If the function succeeds, it will return PreMeetingError_Success.
arrayThe array of meeting items.

◆ sinkSchedultMeeting:MeetingUniquedID:()

- (void MobileRTCPremeetingDelegate) sinkSchedultMeeting: (PreMeetingError)  result
MeetingUniquedID: (unsigned long long)  uniquedID 

Sink the event of scheduling a meeting.

Parameters
resultThe result of scheduling a meeting. If the function succeeds, it will return PreMeetingError_Success.

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