RTSEventType enum

会话事件枚举

Inheritance

Constructors

RTSEventType()
const

Values

undefine → const RTSEventType

未定义

calleeAckAgree → const RTSEventType

被叫方接受会话

calleeAckReject → const RTSEventType

被叫方拒绝会话

calleeAckBusy → const RTSEventType

被叫方正在忙

calleeOnlineClientAckAgree → const RTSEventType

被叫方同时在线的其他端接受会话

calleeOnlineClientAckReject → const RTSEventType

被叫方同时在线的其他端拒绝会话

peerHangUp → const RTSEventType

对方结束会话

controlNotification → const RTSEventType

会话中收到的控制命令

notifyAccountIdMapping → const RTSEventType

更新用户的account和id映射关系

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<RTSEventType>
A constant List of the values in this enum, in order of their declaration.