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

Share source info of Zoom docs. More...

#include <MobileRTCMeetingService+Docs.h>

Inherits NSObject.

Instance Methods

(NSUInteger) - getUserID
 Get the User ID of the Doc Sharing Source info.
 
(NSUInteger) - getShareSourceID
 Get the ID of the Doc Sharing Source Source Info.
 
(MobileRTCDocsStatus- getStatus
 Get the Status of the Doc Sharing Source Info.
 
(NSString *_Nullable) - getDocTitle
 Get the Title of the Doc Sharing Source Info.
 

Detailed Description

Share source info of Zoom docs.

Definition at line 15 of file MobileRTCMeetingService+Docs.h.

Method Documentation

◆ getDocTitle

- (NSString *_Nullable) getDocTitle

Get the Title of the Doc Sharing Source Info.

Returns
If the function succeeds, the return value is the totle of Sharing Source Info. Otherwise the function fails, and the return value is nil.

◆ getShareSourceID

- (NSUInteger) getShareSourceID

Get the ID of the Doc 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

- (MobileRTCDocsStatus) getStatus

Get the Status of the Doc Sharing Source Info.

Returns
Return value is the sharing Source Info Status.

◆ getUserID

- (NSUInteger) getUserID

Get the User ID of the Doc 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).