Video SDK for iOS API 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 |
ZoomVideoSDKLiveStreamSetting * | setting |
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.
|
readwritenonatomiccopy |
The live stream broadcast URL where viewers can watch the stream.
Definition at line 46 of file ZoomVideoSDKLiveStreamHelper.h.
|
readwritenonatomiccopy |
The live stream key for authentication with the streaming platform.
Definition at line 41 of file ZoomVideoSDKLiveStreamHelper.h.
|
readwritenonatomicretain |
Live stream settings including layout and close caption options.
Definition at line 51 of file ZoomVideoSDKLiveStreamHelper.h.
|
readwritenonatomiccopy |
The live stream URL where the stream will be sent (e.g., YouTube, Facebook Live).
Definition at line 36 of file ZoomVideoSDKLiveStreamHelper.h.