Meeting SDK for macOS API Reference
Loading...
Searching...
No Matches
ZoomSDKLiveStreamItem Class Reference

Represents a standard live stream target with URL and description. More...

#include <ZoomSDKLiveStreamHelper.h>

Inherits NSObject.

Instance Methods

(NSString *) - getLiveStreamURL
 Gets live stream URL.
(NSString *) - getLiveStreamViewerURL
 Gets the live's viewer URL stream meeting.
(NSString *) - getLiveStreamURLDescription
 Gets description of live stream URL.

Detailed Description

Represents a standard live stream target with URL and description.

Definition at line 14 of file ZoomSDKLiveStreamHelper.h.

Method Documentation

◆ getLiveStreamURL

- (NSString *) getLiveStreamURL

Gets live stream URL.

Returns
If the function succeeds, it returns the live stream URL. Otherwise, this function fails and returns nil.

References getLiveStreamURL.

Referenced by getLiveStreamURL.

◆ getLiveStreamURLDescription

- (NSString *) getLiveStreamURLDescription

Gets description of live stream URL.

Returns
If the function succeeds, it returns the descriptions of live stream URL. Otherwise, this function fails and returns nil.

References getLiveStreamURLDescription.

Referenced by getLiveStreamURLDescription.

◆ getLiveStreamViewerURL

- (NSString *) getLiveStreamViewerURL

Gets the live's viewer URL stream meeting.

Returns
If the function succeeds, it returns the live's viewer URL stream meeting. Otherwise, this function fails and returns nil.

References getLiveStreamViewerURL.

Referenced by getLiveStreamViewerURL.