Meeting SDK for macOS API Reference
|
Protocol for receiving callbacks from video container. More...
#include <ZoomSDKVideoContainer.h>
Inherits <ZoomSDKVideoElementNSObject>.
Instance Methods | |
(void) | - onRenderUserChanged:User: |
Callback of user ID changes in the video container. | |
(void) | - onRenderDataTypeChanged:DataType: |
Callback of user data changes in the video container. | |
(void) | - onSubscribeUserFail:videoElement: |
Callback of user's subscription failed. | |
Protocol for receiving callbacks from video container.
Definition at line 122 of file ZoomSDKVideoContainer.h.
- (void) onRenderDataTypeChanged: | (ZoomSDKVideoElement *_Nullable) | element | |
DataType: | (VideoRenderDataType) | type |
Callback of user data changes in the video container.
element | Element of the new user. |
type | Data type of the current user. |
- (void) onRenderUserChanged: | (ZoomSDKVideoElement *_Nullable) | element | |
User: | (unsigned int) | userid |
Callback of user ID changes in the video container.
element | Element of the new user. |
userid | The ID of changed user. |
- (void) onSubscribeUserFail: | (ZoomSDKVideoSubscribeFailReason) | error | |
videoElement: | (ZoomSDKVideoElement *) | element |
Callback of user's subscription failed.
error | The error of the failed reason. |
element | The point of video element to the user. |