CallInfo class

Constructors

CallInfo()

Properties

callId String
通话 id
getter/setter pair
extra String
扩展字段
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
isMultiCall bool
是否多人通话,false 表示一对一通话
getter/setter pair
mediaType int
媒体类型(语音 0 / 视频 1)
getter/setter pair
members List<CallMember>
通话参与者
getter/setter pair
owner UserInfo?
通话的发起人
getter/setter pair
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

Static Methods

fromMap(Map map) CallInfo