Video SDK for iOS API Reference
Loading...
Searching...
No Matches
ZoomVideoSDKLiveStreamParams Class Reference

Live stream parameters for starting live stream. This class contains all the necessary parameters to configure and start a live stream. More...

#include <ZoomVideoSDKLiveStreamHelper.h>

Inherits NSObject.

Properties

NSString * streamUrl
 
NSString * key
 
NSString * broadcastUrl
 
ZoomVideoSDKLiveStreamSettingsetting
 

Detailed Description

Live stream parameters for starting live stream. This class contains all the necessary parameters to configure and start a live stream.

Definition at line 31 of file ZoomVideoSDKLiveStreamHelper.h.

Property Documentation

◆ broadcastUrl

- (NSString*) broadcastUrl
readwritenonatomiccopy

The live stream broadcast URL where viewers can watch the stream.

Definition at line 46 of file ZoomVideoSDKLiveStreamHelper.h.

◆ key

- (NSString*) key
readwritenonatomiccopy

The live stream key for authentication with the streaming platform.

Definition at line 41 of file ZoomVideoSDKLiveStreamHelper.h.

◆ setting

- (ZoomVideoSDKLiveStreamSetting*) setting
readwritenonatomicretain

Live stream settings including layout and close caption options.

Definition at line 51 of file ZoomVideoSDKLiveStreamHelper.h.

◆ streamUrl

- (NSString*) streamUrl
readwritenonatomiccopy

The live stream URL where the stream will be sent (e.g., YouTube, Facebook Live).

Definition at line 36 of file ZoomVideoSDKLiveStreamHelper.h.