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

Obtaining the Status of Your Sharing

getSelfShareState

API Description

This API is used to obtain the status of your sharing.

Precautions

None

Method Definition

- (BOOL)getSelfShareState;

Parameter Description

None

Sample Code

// Obtain the status of your sharing.
[[HWMBizSdk getBizOpenApi] getSelfShareState];