NERoomInvitation class

房间邀请信息

Constructors

NERoomInvitation({required String sipNum, required String sipHost})
"status": 0, //邀请状态,0:邀请中,1:已加入,2:已拒绝

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sipHost String
被邀请方客户端类型
final
sipNum String
被邀请方唯一Id
final

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