|
Video SDK for iOS API Reference
|
A class to manage the subscription and unsubscription of video or share raw data. More...
#include <ZoomVideoSDKRawDataPipe.h>
Inherits NSObject.
Instance Methods | |
| (ZoomVideoSDKVideoType) | - rawdataPipeType |
| Gets the raw data type. | |
| (ZoomVideoSDKVideoStatus *_Nullable) | - videoStatus |
| Gets the user's video status. | |
| (ZoomVideoSDKShareStatus *_Nullable) | - shareStatus |
| Gets the user's share status. | |
| (ZoomVideoSDKError) | - subscribeWithDelegate:resolution: |
| Subscribes to video or share raw data. You can subscribe your preview video data with user ID 0 before entering the session, you can call it just after you called joinSession. Otherwise, you can subscribe video or share raw data using the real user ID in callback onUserJoin. | |
| (ZoomVideoSDKError) | - unSubscribeWithDelegate: |
| Unsubscribes from video or share raw data. | |
A class to manage the subscription and unsubscription of video or share raw data.
Definition at line 13 of file ZoomVideoSDKRawDataPipe.h.
| - (ZoomVideoSDKVideoType) rawdataPipeType |
Gets the raw data type.
| - (ZoomVideoSDKShareStatus *_Nullable) shareStatus |
Gets the user's share status.
| - (ZoomVideoSDKError) subscribeWithDelegate: | (id< ZoomVideoSDKRawDataPipeDelegate > _Nullable) | delegate | |
| resolution: | (ZoomVideoSDKVideoResolution) | resolution |
Subscribes to video or share raw data. You can subscribe your preview video data with user ID 0 before entering the session, you can call it just after you called joinSession. Otherwise, you can subscribe video or share raw data using the real user ID in callback onUserJoin.
| delegate | The object that receives the ZoomVideoSDKRawDataPipeDelegate event. |
| resolution | The resolution you want to subscribe. Valid only for video data. |
| - (ZoomVideoSDKError) unSubscribeWithDelegate: | (id< ZoomVideoSDKRawDataPipeDelegate > _Nullable) | delegate |
Unsubscribes from video or share raw data.
| delegate | The object that receives the ZoomVideoSDKRawDataPipeDelegate event. Which was passed in subscribeWithDelegate:resolution:. |
| - (ZoomVideoSDKVideoStatus *_Nullable) videoStatus |
Gets the user's video status.