Meeting SDK for macOS API Reference
Loading...
Searching...
No Matches
<ZoomSDKVideoContainerDelegate> Protocol Reference

#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.
 

Detailed Description

Definition at line 90 of file ZoomSDKVideoContainer.h.

Method Documentation

◆ onRenderDataTypeChanged:DataType:

- (void) onRenderDataTypeChanged: (ZoomSDKVideoElement *_Nullable) element
DataType: (VideoRenderDataType) type 

Callback of user data changes in the video container.

Parameters
elementElement of the new user.
typeData 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
elementElement of the new user.
useridThe ID of changed user.

◆ onSubscribeUserFail:videoElement:

- (void) onSubscribeUserFail: (ZoomSDKVideoSubscribeFailReason) error
videoElement: (ZoomSDKVideoElement *) element 

Callback of user's subscription failed.

Parameters
errorThe error of the failed reason.
elementThe point of video element to the user.