|
Video SDK for iOS API Reference
|
Broadcast streaming viewer helper interface. More...
#include <ZoomVideoSDKBroadcastStreamingHelper.h>
Inherits NSObject.
Instance Methods | |
| (ZoomVideoSDKError) | - joinStreaming: |
| Joins broadcast streaming asynchronously. Result is notified via the callback '-[ZoomVideoSDKDelegate onStreamingJoinStatusChanged:]'. | |
| (ZoomVideoSDKError) | - leaveStreaming |
| Leaves broadcast streaming asynchronously. Result is notified via the callback '-[ZoomVideoSDKDelegate onStreamingJoinStatusChanged:]'. | |
| (ZoomVideoSDKStreamingJoinStatus) | - getStreamingJoinStatus |
| Gets the current streaming join status. | |
| (ZoomVideoSDKError) | - subscribeVideoWithDelegate:resolution: |
| Subscribes to streaming video. | |
| (ZoomVideoSDKError) | - unSubscribeVideo |
| Unsubscribes from streaming video raw data. | |
| (ZoomVideoSDKError) | - subscribeAudioWithDelegate: |
| Subscribes to streaming audio. | |
| (ZoomVideoSDKError) | - unSubscribeAudio |
| Unsubscribes from streaming audio raw data. | |
Broadcast streaming viewer helper interface.
Definition at line 71 of file ZoomVideoSDKBroadcastStreamingHelper.h.
| - (ZoomVideoSDKStreamingJoinStatus) getStreamingJoinStatus |
Gets the current streaming join status.
| - (ZoomVideoSDKError) joinStreaming: | (ZoomVideoSDKStreamingJoinContext *_Nullable) | joinContext |
Joins broadcast streaming asynchronously. Result is notified via the callback '-[ZoomVideoSDKDelegate onStreamingJoinStatusChanged:]'.
| joinContext | The join context. |
| - (ZoomVideoSDKError) leaveStreaming |
Leaves broadcast streaming asynchronously. Result is notified via the callback '-[ZoomVideoSDKDelegate onStreamingJoinStatusChanged:]'.
| - (ZoomVideoSDKError) subscribeAudioWithDelegate: | (id< ZoomVideoSDKBroadcastStreamingAudioDelegate > _Nullable) | delegate |
Subscribes to streaming audio.
| delegate | The raw audio data callback object. |
| - (ZoomVideoSDKError) subscribeVideoWithDelegate: | (id< ZoomVideoSDKBroadcastStreamingVideoDelegate > _Nullable) | delegate | |
| resolution: | (ZoomVideoSDKVideoResolution) | resolution |
Subscribes to streaming video.
| resolution | The desired video resolution. |
| delegate | The raw video data callback object. |
| - (ZoomVideoSDKError) unSubscribeAudio |
Unsubscribes from streaming audio raw data.
| - (ZoomVideoSDKError) unSubscribeVideo |
Unsubscribes from streaming video raw data.