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.
NSString * userName
 The viewer's display name for use when sending chat messages.

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.

◆ userName

- (NSString*) userName
readwritenonatomiccopy

The viewer's display name for use when sending chat messages.

Definition at line 33 of file ZMVideoSDKBroadcastStreamingViewer.h.