Updated on 2025-04-18 GMT+08:00

Stopping Local Sharing

stopShare

HWMBizSdk.getBizOpenApi().stopShare(stopShareDes);

API Description

This API is used to stop sharing initiated by the local user.

Precautions

Call this API only in a meeting.

Method Definition

1
2
3
4
5
6
/**
 * Stop sharing.
 *
 * @param stopShareDes Description of stopping sharing
 */
void stopShare(String stopShareDes);