Definition at line 3 of file IShareAction.java.
◆ 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()
Set the share action callback event handler.
- Parameters
-
- Returns
- If the function succeeds, it will return SDKERR_SUCCESS. Otherwise failed.
◆ subscribe()
Subscribe the sharing content.
- Parameters
-
- Returns
- If the function succeeds, it will return SDKERR_SUCCESS. Otherwise failed.
◆ unSubscribe()
Unsubscribe the sharing content.
- Parameters
-
- Returns
- If the function succeeds, it will return SDKERR_SUCCESS. Otherwise failed.