SignallingEventType enum

Inheritance

Constructors

SignallingEventType()
const

Values

unKnow → const SignallingEventType

未知事件

close → const SignallingEventType

频道关闭事件

join → const SignallingEventType

有人加入频道事件

invite → const SignallingEventType

被邀请事件

cancelInvite → const SignallingEventType

取消邀请事件

reject → const SignallingEventType

对方拒绝邀请事件

accept → const SignallingEventType

对方接受邀请事件

leave → const SignallingEventType

有用户离开频道事件

control → const SignallingEventType

自定义控制命令事件

Properties

hashCode int
The hash code for this object.
no setterinherited
index int
A numeric identifier for the enumerated value.
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

values → const List<SignallingEventType>
A constant List of the values in this enum, in order of their declaration.