|
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 |
| Get the raw data data type. | |
| (ZoomVideoSDKVideoStatus *_Nullable) | - videoStatus |
| The user's video status. | |
| (ZoomVideoSDKShareStatus *_Nullable) | - shareStatus |
| The user's share status. | |
| (ZoomVideoSDKError) | - subscribeWithDelegate:resolution: |
| Call the function to subscribe video or share raw data. You can subscribe your 'preview video' data with userid=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 userid in callback "onUserJoin:". | |
| (ZoomVideoSDKError) | - unSubscribeWithDelegate: |
| Call the function to unsubscribe 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 |
Get the raw data data type.
| - (ZoomVideoSDKShareStatus *_Nullable) shareStatus |
The user's share status.
| - (ZoomVideoSDKError) subscribeWithDelegate: | (id< ZoomVideoSDKRawDataPipeDelegate > _Nullable) | delegate | |
| resolution: | (ZoomVideoSDKVideoResolution) | resolution |
Call the function to subscribe video or share raw data. You can subscribe your 'preview video' data with userid=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 userid in callback "onUserJoin:".
| delegate | the object receive the "ZoomVideoSDKRawDataPipeDelegate" event. |
| resolution | the resolution you want to subscribe. Valid only for video data. |
| - (ZoomVideoSDKError) unSubscribeWithDelegate: | (id< ZoomVideoSDKRawDataPipeDelegate > _Nullable) | delegate |
Call the function to unsubscribe video or share raw data.
| delegate | the object receive the "ZoomVideoSDKRawDataPipeDelegate" event. Which pass in "subscribeWithDelegate:resolution:". |
| - (ZoomVideoSDKVideoStatus *_Nullable) videoStatus |
The user's video status.