Delegate interface for receiving broadcast streaming viewer interactive callbacks.
More...
#include <zoom_video_sdk_broadcast_streaming_viewer_interface.h>
Delegate interface for receiving broadcast streaming viewer interactive callbacks.
Definition at line 101 of file zoom_video_sdk_broadcast_streaming_viewer_interface.h.
◆ ~IZoomVideoSDKBroadcastStreamingViewerDelegate()
| virtual IZoomVideoSDKBroadcastStreamingViewerDelegate::~IZoomVideoSDKBroadcastStreamingViewerDelegate |
( |
| ) |
|
|
inlinevirtual |
◆ onStreamingChatMessageReceived()
| virtual void IZoomVideoSDKBroadcastStreamingViewerDelegate::onStreamingChatMessageReceived |
( |
const zchar_t * | senderName, |
|
|
const zchar_t * | content, |
|
|
bool | isSelfSend ) |
|
pure virtual |
Callback event when a chat message is received from the broadcast stream.
- Parameters
-
| senderName | The name of the message sender. |
| content | The chat message content. |
| isSelfSend | true if the message was sent by the current viewer, false otherwise. |
◆ onStreamingEmojiReactionReceived()
Callback event when an emoji reaction is received from the broadcast stream.
- Parameters
-
◆ onStreamingLiveTranscriptionMsgReceived()
| virtual void IZoomVideoSDKBroadcastStreamingViewerDelegate::onStreamingLiveTranscriptionMsgReceived |
( |
const zchar_t * | content | ) |
|
|
pure virtual |
Callback event when a live transcription message is received from the broadcast stream.
- Parameters
-
| content | The live transcription content. |