Mac SDK
Instance Methods | List of all members
<ZoomSDKVideoContainerDelegate > Protocol Reference
Inheritance diagram for <ZoomSDKVideoContainerDelegate >:

Instance Methods

(void) - onRenderUserChanged:User:
 Callback of user ID changes in the video container. More...
 
(void) - onRenderDataTypeChanged:DataType:
 Callback of user data changes in the video container. More...
 
(void) - onCustomVideoSubscribeFail:error:
 Callback of user's subscription failed. More...
 
(void) - onSubscribeUserFail:videoElement:
 Callback of user's subscription failed. More...
 

Method Documentation

◆ onCustomVideoSubscribeFail:error:()

- (void ZoomSDKVideoContainerDelegate) onCustomVideoSubscribeFail: (ZoomSDKVideoElement *)  element
error: (5.)  2
(5.7)  NS_DEPRECATED_MAC 

Callback of user's subscription failed.

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

◆ onRenderDataTypeChanged:DataType:()

- (void ZoomSDKVideoContainerDelegate) onRenderDataTypeChanged: (ZoomSDKVideoElement *)  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 ZoomSDKVideoContainerDelegate) onRenderUserChanged: (ZoomSDKVideoElement *)  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 ZoomSDKVideoContainerDelegate) onSubscribeUserFail: (ZoomSDKVideoSubscribeFailReason)  error
videoElement: (5.7)  NS_AVAILABLE_MAC 

Callback of user's subscription failed.

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

The documentation for this protocol was generated from the following file: