Video SDK for iOS API Reference
Loading...
Searching...
No Matches
<ZoomVideoSDKBroadcastStreamingViewerDelegate> Protocol Reference

Delegate protocol for receiving broadcast streaming viewer interactive callbacks. More...

#include <ZoomVideoSDKBroadcastStreamingHelper.h>

Inherits <NSObjectNSObject>.

Instance Methods

(void) - onStreamingChatMessageReceived:content:isSelfSend:
 Callback event when a chat message is received from the broadcast stream.
(void) - onStreamingEmojiReactionReceived:
 Callback event when an emoji reaction is received from the broadcast stream.
(void) - onStreamingLiveTranscriptionMsgReceived:
 Callback event when a live transcription message is received from the broadcast stream.

Detailed Description

Delegate protocol for receiving broadcast streaming viewer interactive callbacks.

Definition at line 73 of file ZoomVideoSDKBroadcastStreamingHelper.h.

Method Documentation

◆ onStreamingChatMessageReceived:content:isSelfSend:

- (void) onStreamingChatMessageReceived: (NSString *_Nonnull) senderName
content: (NSString *_Nonnull) content
isSelfSend: (BOOL) isSelfSend 
optional

Callback event when a chat message is received from the broadcast stream.

Parameters
senderNameThe name of the message sender.
contentThe chat message content.
isSelfSendYES if the message was sent by the current viewer, NO otherwise.

◆ onStreamingEmojiReactionReceived:

- (void) onStreamingEmojiReactionReceived: (ZoomVideoSDKEmojiReactionType) type
optionalrequired

Callback event when an emoji reaction is received from the broadcast stream.

Parameters
typeThe emoji reaction type.

◆ onStreamingLiveTranscriptionMsgReceived:

- (void) onStreamingLiveTranscriptionMsgReceived: (NSString *_Nonnull) content
optionalrequired

Callback event when a live transcription message is received from the broadcast stream.

Parameters
contentThe live transcription content.