|
Video SDK for iOS API Reference
|
#include <ZoomVideoSDKBroadcastStreamingHelper.h>
Inherits NSObject.
Instance Methods | |
| (ZoomVideoSDKError) | - joinStreaming: |
| Join broadcast streaming asynchronously. Result is notified via the callback '-[ZoomVideoSDKDelegate onStreamingJoinStatusChanged:]'. | |
| (ZoomVideoSDKError) | - leaveStreaming |
| Leave broadcast streaming asynchronously. Result is notified via the callback [ZoomVideoSDKDelegate onStreamingJoinStatusChanged:]'. | |
| (ZoomVideoSDKStreamingJoinStatus) | - getStreamingJoinStatus |
| Get the currentstreaming join status. | |
| (ZoomVideoSDKError) | - subscribeVideoWithDelegate:resolution: |
| Subscribe to streaming video. | |
| (ZoomVideoSDKError) | - unSubscribeVideo |
| Unsubscribe from streaming video raw data. | |
| (ZoomVideoSDKError) | - subscribeAudioWithDelegate: |
| Subscribe to streaming audio. | |
| (ZoomVideoSDKError) | - unSubscribeAudio |
| Unsubscribe from streaming audio raw data. | |
Definition at line 60 of file ZoomVideoSDKBroadcastStreamingHelper.h.
| - (ZoomVideoSDKStreamingJoinStatus) getStreamingJoinStatus |
Get the currentstreaming join status.
| - (ZoomVideoSDKError) joinStreaming: | (ZoomVideoSDKStreamingJoinContext *_Nullable) | joinContext |
Join broadcast streaming asynchronously. Result is notified via the callback '-[ZoomVideoSDKDelegate onStreamingJoinStatusChanged:]'.
| joinContext | join context. |
| - (ZoomVideoSDKError) leaveStreaming |
Leave broadcast streaming asynchronously. Result is notified via the callback [ZoomVideoSDKDelegate onStreamingJoinStatusChanged:]'.
| - (ZoomVideoSDKError) subscribeAudioWithDelegate: | (id< ZoomVideoSDKBroadcastStreamingAudioDelegate > _Nullable) | delegate |
Subscribe to streaming audio.
| delegate | The raw audio data callback object, See ZoomVideoSDKBroadcastStreamingAudioDelegate. |
| - (ZoomVideoSDKError) subscribeVideoWithDelegate: | (id< ZoomVideoSDKBroadcastStreamingVideoDelegate > _Nullable) | delegate | |
| resolution: | (ZoomVideoSDKVideoResolution) | resolution |
Subscribe to streaming video.
| resolution | The desired video resolution, Ssupported: See ZoomVideoSDKVideoResolution. |
| delegate | the raw video data callback object, See ZoomVideoSDKBroadcastStreamingVideoDelegate. |
| - (ZoomVideoSDKError) unSubscribeAudio |
Unsubscribe from streaming audio raw data.
| - (ZoomVideoSDKError) unSubscribeVideo |
Unsubscribe from streaming video raw data.