Video SDK for Android API Reference
Loading...
Searching...
No Matches
ZoomVideoSDKBroadcastStreamingViewer.java
Go to the documentation of this file.
1package us.zoom.sdk;
2
Enumeration of supported translation languages for broadcast streaming live transcription.
Enumeration of emoji reaction types in Zoom Video SDK.
Enumeration of video resolution options.
Delegate interface for receiving broadcast streaming viewer interactive callbacks.
void removeListener(ZoomVideoSDKBroadcastStreamingViewerDelegate listener)
Removes a listener for broadcast streaming viewer interactive callbacks.
int leaveStreaming()
Leaves broadcast streaming asynchronously. Result is notified via onStreamingJoinStatusChanged.
int sendEmojiReaction(ZoomVideoSDKEmojiReactionType type)
Sends an emoji reaction to all participants in the broadcast stream.
int joinStreaming(ZoomVideoSDKSteamingJoinContext joinContext)
Joins broadcast streaming asynchronously. Result is notified via onStreamingJoinStatusChanged.
int sendChatToAll(String content)
Sends a chat message to all participants in the broadcast stream.
boolean canSubscribeTranslationLanguage()
Determines whether the viewer can subscribe to a translation language for live transcription.
int subscribeAudio(ZoomVideoSDKBroadcastStreamingAudioCallback callback)
Subscribes to streaming audio.
int unSubscribeVideo(ZoomVideoSDKBroadcastStreamingVideoCallback callback)
Unsubscribes from streaming video raw data.
ZoomVideoSDKStreamingJoinStatus getStreamingJoinStatus()
Gets the current streaming join status.
int unsubscribeTranslationLanguage()
Unsubscribes from the currently subscribed translation language for live transcription.
int unSubscribeAudio()
Unsubscribes from streaming audio raw data.
void addListener(ZoomVideoSDKBroadcastStreamingViewerDelegate listener)
Adds a listener for broadcast streaming viewer interactive callbacks.
int subscribeTranslationLanguage(ZoomVideoSDKBroadcastStreamingTranslationLanguage language)
Subscribes to a translation language for live transcription.
int subscribeVideo(ZoomVideoSDKVideoResolution resolution, ZoomVideoSDKBroadcastStreamingVideoCallback callback)
Subscribes to streaming video.