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
 Get the User ID of the sharing Source Info.
 
(NSUInteger) - getShareSourceID
 Get the ID of the sharing Source Source Info.
 
(MobileRTCShareContentType- getContentType
 Get the Content Type of the sharing Source Info.
 
(MobileRTCSharingStatus- getStatus
 Get the Status of the sharing Source Info.
 
(BOOL) - isEnableOptimizingVideoSharing
 Get the Status of the sharing optimzie status.
 

Detailed Description

ZOOM share information class.

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

Method Documentation

◆ getContentType

- (MobileRTCShareContentType) getContentType

Get the Content Type of the sharing Source Info.

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

◆ getShareSourceID

- (NSUInteger) getShareSourceID

Get the ID of the sharing Source Source Info.

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

Get the Status of the sharing Source Info.

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

◆ getUserID

- (NSUInteger) getUserID

Get 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

Get the Status of the sharing optimzie status.

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