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

Instance Methods

(void) - onAppShareSplash
 Callback event of starting a meeting by sharing.
 
(void) - onSinkMeetingActiveShare:
 Callback event when the share starts. More...
 
(void) - onSinkMeetingShareReceiving:
 Callback event when the sharing content changes.
More...
 
(void) - onSinkShareSizeChange:
 Callback event when presenter resizes the sharing content. More...
 

Method Documentation

◆ onSinkMeetingActiveShare:()

- (void MobileRTCShareServiceDelegate) onSinkMeetingActiveShare: (NSUInteger)  userID

Callback event when the share starts.

Parameters
userIDThe user ID of presenter.
Warning
userID == 0, which means that the user stopped sharing.

◆ onSinkMeetingShareReceiving:()

- (void MobileRTCShareServiceDelegate) onSinkMeetingShareReceiving: (NSUInteger)  userID

Callback event when the sharing content changes.

Parameters
userIDThe user ID of presenter.

◆ onSinkShareSizeChange:()

- (void MobileRTCShareServiceDelegate) onSinkShareSizeChange: (NSUInteger)  userID

Callback event when presenter resizes the sharing content.

Parameters
userIDNew size of the shared content and UserID

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