Updated on 2024-07-30 GMT+08:00

Determining Whether You Are a Host

selfIsChairMan

API Description

This API is used to determine whether you are a host.

Precautions

  1. YES is returned when you are a host. NO is returned when you are not the host or not in a meeting.

Method Definition

1
- (BOOL)selfIsChairMan;

Parameter Description

None

Sample Code

1
2
/// Determine whether you are a host.
[[HWMBizSdk getBizOpenApi] selfIsChairMan];