Updated on 2025-07-28 GMT+08:00

Notification of Enterprise Configuration Changes

API Description

A notification is sent when the enterprise configuration is changed.

Method Definition

1
2
3
4
5
6
/**
 * Notification of an enterprise configuration change
 *
 * @param corpConfigInfo
 */
void onCorpConfigNotify(HWMCorpConfigInfo corpConfigInfo);

Parameter Description

Table 1 HWMCorpConfigInfo description

Parameter

Type

Description

enablePstn

boolean

Whether to support mobile phone calls.

enableRecord

boolean

Whether to support recording.

corpEnableSummary

boolean

Whether to support meeting minutes.

Return Values

None