Meeting SDK for Android API Reference
Loading...
Searching...
No Matches
us.zoom.sdk.IShareAction Interface Reference

Public Member Functions

MobileRTCSDKError setEvent (IShareActionEvent event)
 Set the share action callback event handler.
 
long getSharingID ()
 Get the ID of the sharing ID.
 
String getSharingUserName ()
 Get the name of the sharing user.
 
MobileRTCSDKError subscribe (MobileRTCVideoView rtcVideoView, MobileRTCRenderInfo renderInfo)
 Subscribe the sharing content.
 
MobileRTCSDKError unSubscribe (MobileRTCVideoView rtcVideoView)
 Unsubscribe the sharing content.
 

Detailed Description

Definition at line 3 of file IShareAction.java.

Member Function Documentation

◆ getSharingID()

long us.zoom.sdk.IShareAction.getSharingID ( )

Get the ID of the sharing ID.

Returns
If the function succeeds, the return value is the sharing ID. Otherwise the function fails ,and the return value is ZERO (0).

◆ getSharingUserName()

String us.zoom.sdk.IShareAction.getSharingUserName ( )

Get the name of the sharing user.

Returns
If the function succeeds, the return value is the name. Otherwise the function failed, and the return value is null.

◆ setEvent()

MobileRTCSDKError us.zoom.sdk.IShareAction.setEvent ( IShareActionEvent event)

Set the share action callback event handler.

Parameters
eventIShareActionEvent
Returns
If the function succeeds, it will return SDKERR_SUCCESS. Otherwise failed.

◆ subscribe()

MobileRTCSDKError us.zoom.sdk.IShareAction.subscribe ( MobileRTCVideoView rtcVideoView,
MobileRTCRenderInfo renderInfo )

Subscribe the sharing content.

Parameters
rtcVideoViewMobileRTCVideoView
renderInfoMobileRTCRenderInfo
Returns
If the function succeeds, it will return SDKERR_SUCCESS. Otherwise failed.

◆ unSubscribe()

MobileRTCSDKError us.zoom.sdk.IShareAction.unSubscribe ( MobileRTCVideoView rtcVideoView)

Unsubscribe the sharing content.

Parameters
rtcVideoViewMobileRTCVideoView
Returns
If the function succeeds, it will return SDKERR_SUCCESS. Otherwise failed.