Broadcast streaming viewer interface for viewing broadcast streams.
More...
#include <zoom_video_sdk_broadcast_streaming_viewer_interface.h>
Broadcast streaming viewer interface for viewing broadcast streams.
Definition at line 91 of file zoom_video_sdk_broadcast_streaming_viewer_interface.h.
◆ ~IZoomVideoSDKBroadcastStreamingViewer()
| virtual IZoomVideoSDKBroadcastStreamingViewer::~IZoomVideoSDKBroadcastStreamingViewer |
( |
| ) |
|
|
inlinevirtual |
◆ getStreamingJoinStatus()
◆ joinStreaming()
Joins broadcast streaming asynchronously. Result is notified via the callback 'onStreamingJoinStatusChanged'.
- Parameters
-
| joinContext | The join context containing token and channel ID. |
- Returns
- If the function succeeds, the return value is ZoomVideoSDKErrors_Success. Otherwise, this function returns an error.
◆ leaveStreaming()
Leaves broadcast streaming asynchronously. Result is notified via the callback 'onStreamingJoinStatusChanged'.
- Returns
- If the function succeeds, the return value is ZoomVideoSDKErrors_Success. Otherwise, this function returns an error.
◆ subscribeAudio()
Subscribes to streaming audio.
- Parameters
-
- Returns
- If the function succeeds, the return value is ZoomVideoSDKErrors_Success. Otherwise, this function returns an error.
◆ subscribeVideo()
Subscribes to streaming video.
- Parameters
-
- Returns
- If the function succeeds, the return value is ZoomVideoSDKErrors_Success. Otherwise, this function returns an error.
◆ unSubscribeAudio()
Unsubscribe from streaming audio raw data.
- Returns
- If the function succeeds, the return value is ZoomVideoSDKErrors_Success. Otherwise, this function returns an error.
◆ unSubscribeVideo()
Unsubscribe from streaming video raw data.
- Parameters
-
- Returns
- If the function succeeds, the return value is ZoomVideoSDKErrors_Success. Otherwise, this function returns an error.