Meeting SDK for iOS API Reference
Loading...
Searching...
No Matches
MobileRTCSSharingSourceInfo Class Reference

ZOOM share information class. More...

#include <MobileRTCMeetingService+AppShare.h>

Inherits NSObject.

Instance Methods

(NSUInteger) - getUserID
 Gets the user ID of the sharing Source Info.
 
(NSUInteger) - getShareSourceID
 Gets the sharing source ID.
 
(MobileRTCShareContentType- getContentType
 Gets the content type of the sharing Source Info.
 
(MobileRTCSharingStatus- getStatus
 Gets the status of the sharing Source Info.
 
(BOOL) - isEnableOptimizingVideoSharing
 Determines if the sharing optimize status is enabled.
 

Detailed Description

ZOOM share information class.

Definition at line 71 of file MobileRTCMeetingService+AppShare.h.

Method Documentation

◆ getContentType

- (MobileRTCShareContentType) getContentType

Gets the content type of the sharing Source Info.

Returns
The sharing Source Info content type.

◆ getShareSourceID

- (NSUInteger) getShareSourceID

Gets the sharing source ID.

Returns
If the function succeeds, the return value is the sharing Source ID. Otherwise the function fails, and the return value is ZERO (0).

◆ getStatus

- (MobileRTCSharingStatus) getStatus

Gets the status of the sharing Source Info.

Returns
The sharing Source Info status.

◆ getUserID

- (NSUInteger) getUserID

Gets the user ID of the sharing Source Info.

Returns
If the function succeeds, the return value is the User ID. Otherwise the function fails, and the return value is ZERO (0).

◆ isEnableOptimizingVideoSharing

- (BOOL) isEnableOptimizingVideoSharing

Determines if the sharing optimize status is enabled.

Returns
YES if enabled. Otherwise, NO.