#include <ZoomSDKVideoContainer.h>
Inherits <ZoomSDKVideoElementNSObject>.
Definition at line 90 of file ZoomSDKVideoContainer.h.
◆ onRenderDataTypeChanged:DataType:
Callback of user data changes in the video container.
- Parameters
-
element | Element of the new user. |
type | Data type of the current user. |
◆ onRenderUserChanged:User:
- (void) onRenderUserChanged: |
|
(ZoomSDKVideoElement *_Nullable) | element |
User: |
|
(unsigned int) | userid |
Callback of user ID changes in the video container.
- Parameters
-
element | Element of the new user. |
userid | The ID of changed user. |
◆ onSubscribeUserFail:videoElement:
Callback of user's subscription failed.
- Parameters
-
error | The error of the failed reason. |
element | The point of video element to the user. |