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
 Gets the user ID of the Doc Sharing Source info.
 
(NSUInteger) - getShareSourceID
 Gets the sharing source ID.
 
(MobileRTCDocsStatus- getStatus
 Gets the status of the Doc Sharing Source Info.
 
(NSString *_Nullable) - getDocTitle
 Gets the title of the Doc Sharing Source Info.
 

Detailed Description

Share source info of Zoom docs.

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

Method Documentation

◆ getDocTitle

- (NSString *_Nullable) getDocTitle

Gets the title of the Doc Sharing Source Info.

Returns
The title of Sharing Source Info.

◆ 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

- (MobileRTCDocsStatus) getStatus

Gets the status of the Doc Sharing Source Info.

Returns
The sharing Source Info status.

◆ getUserID

- (NSUInteger) getUserID

Gets 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).