9#import <Foundation/Foundation.h>
11NS_ASSUME_NONNULL_BEGIN
58@property (nonatomic,copy) NSString *
token;
110- (
ZoomVideoSDKError)subscribeAudioWithDelegate:(
id<ZoomVideoSDKBroadcastStreamingAudioDelegate> _Nullable)delegate;
ZoomVideoSDKVideoResolution
Enumeration of the render resolution.
ZoomVideoSDKError
Enumeration of all the errors in the VideoSDK.
ZoomVideoSDKStreamingJoinStatus
Enumeration of the streaming join status.
BOOL isBroadcastStreamingSupported()
Determines whether the session supports broadcast streaming.
BOOL canStartBroadcast()
Determines whether the user has permission to start broadcast.
ZoomVideoSDKError startBroadcast()
Starts broadcast streaming asynchronously. The result is notified via the callback '-[ZoomVideoSDKDel...
Broadcast streaming viewer helper interface.
NSString * channelID
Gets the channel ID.
NSString * token
Gets the token.