Help Center> Meeting> Client SDK Reference> Windows SDK> Notification Reference> Meeting Status Change Notification> Notifications for Changes on the Status of Receiving Shared Data
Updated on 2023-03-23 GMT+08:00

Notifications for Changes on the Status of Receiving Shared Data

Notification Description

A notification is sent when the status of receiving shared data is changed.

Method Definition

1
virtual void OnRecvShareState(HwmRecvShareStateInfo *shareStateInfo) {};

Precautions

None

Parameter Description

Table 1 HwmRecvShareStateInfo parameters

Parameter

Type

Description

state

HwmState

Sharing status.

name

char[]

Sharer name. This parameter is valid only when state is set to HWM_STATE_ON.

number

char[]

Number of the sharer. This parameter is valid only when state is set to HWM_STATE_ON.

Table 2 Enumerated values of HwmState

Enumerated Value

Description

HWM_STATE_OFF

The sharing has been stopped.

HWM_STATE_ON

The third-party application starts to receive the shared data.