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.
ZoomVideoSDKError unSubscribeVideo()
Unsubscribes from streaming video raw data.
ZoomVideoSDKError unSubscribeAudio()
Unsubscribes from streaming audio raw data.
ZoomVideoSDKStreamingJoinStatus getStreamingJoinStatus()
Gets the current streaming join status.
ZoomVideoSDKError leaveStreaming()
Leaves broadcast streaming asynchronously. Result is notified via the callback '-[ZoomVideoSDKDelegat...
NSString * channelID
Gets the channel ID.
NSString * token
Gets the token.