V2SignalingActionType class Enums

信令类型

Constructors

V2SignalingActionType()

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

SIGNALING_ACTION_TYPE_ACCEPT_INVITE → const int
被邀请方接受邀请
SIGNALING_ACTION_TYPE_CANCEL_INVITE → const int
邀请方取消邀请
SIGNALING_ACTION_TYPE_INVITE → const int
邀请方发起邀请
SIGNALING_ACTION_TYPE_INVITE_TIMEOUT → const int
邀请超时
SIGNALING_ACTION_TYPE_REJECT_INVITE → const int
被邀请方拒绝邀请