NEMeetingEvent class

会议状态事件

Constructors

NEMeetingEvent()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Constants

connecting → const int
当前正在创建或加入会议
disconnecting → const int
当前正在从会议中断开,断开原因由 NEMeetingStatus.arg 描述,可能为以下原因:
failed → const int
创建或加入会议失败
idle → const int
当前未处于任何会议中
inMeeting → const int
当前处于会议中
inMeetingMinimized → const int
当前处于最小化会议
unknown → const int
未知
waiting → const int
当前正在等待加入会议,原因由 NEMeetingStatus.arg 描述,可能为以下原因: