Help Center/ Meeting/ Client SDK Reference/ macOS SDK/ APIs/ Conference Information/ Obtaining the Status of Your Sharing
Updated on 2025-04-18 GMT+08:00

Obtaining the Status of Your Sharing

API Description

This API is used to obtain the status of sharing initiated by you.

Precautions

  1. If you are sharing content, YES is returned. Otherwise, NO is returned.

Method Definition

1
- (BOOL)getSelfShareState;

Parameter Description

None

Sample Code

1
2
/// Check whether you are sharing content.
[[HWMBizSdk getBizOpenApi] getSelfShareState];