Delegate protocol for receiving broadcast streaming viewer interactive callbacks.
More...
#include <ZoomVideoSDKBroadcastStreamingHelper.h>
Inherits <NSObjectNSObject>.
Delegate protocol for receiving broadcast streaming viewer interactive callbacks.
Definition at line 73 of file ZoomVideoSDKBroadcastStreamingHelper.h.
◆ 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
-
| senderName | The name of the message sender. |
| content | The chat message content. |
| isSelfSend | YES if the message was sent by the current viewer, NO otherwise. |
◆ onStreamingEmojiReactionReceived:
Callback event when an emoji reaction is received from the broadcast stream.
- Parameters
-
| type | The emoji reaction type. |
◆ onStreamingLiveTranscriptionMsgReceived:
| - (void) onStreamingLiveTranscriptionMsgReceived: |
|
(NSString *_Nonnull) | content |
|
|
optionalrequired |
Callback event when a live transcription message is received from the broadcast stream.
- Parameters
-
| content | The live transcription content. |