Video SDK for MacOS API Reference
Loading...
Searching...
No Matches
ZMVideoSDKSteamingJoinContext Class Reference

Interface for join broadcast streaming params. More...

#include <ZMVideoSDKBroadcastStreamingViewer.h>

Inherits NSObject.

Properties

NSString * token
 JWT token.
 
NSString * channelID
 Broadcast channel ID.
 

Detailed Description

Interface for join broadcast streaming params.

Definition at line 18 of file ZMVideoSDKBroadcastStreamingViewer.h.

Property Documentation

◆ channelID

- (NSString*) channelID
readwritenonatomiccopy

Broadcast channel ID.

Definition at line 28 of file ZMVideoSDKBroadcastStreamingViewer.h.

◆ token

- (NSString*) token
readwritenonatomiccopy

JWT token.

Definition at line 23 of file ZMVideoSDKBroadcastStreamingViewer.h.