onUserLeaveIndication property

OnUserLeaveIndication? onUserLeaveIndication
getter/setter pair

Notification of other attendee leave

Parameter userId user ID

Parameter reason reason of leave. OK means attendee leave normally, others attendee mean leave abnormally.

其他人员离开通知。

Parameter userId 用户ID。

Parameter reason 用户离开的原因, OK表示正常离开, 其他为非正常离开。

Implementation

OnUserLeaveIndication? onUserLeaveIndication;