RCCallSession class

Constructors

RCCallSession.fromJson(Map json)

Properties

caller RCCallUserProfile?
当前通话发起者
getter/setter pair
callId String
通话id
getter/setter pair
callType RCCallCallType
通话类型
getter/setter pair
connectedTime int
通话接通时间
getter/setter pair
endTime int
通话结束时间
getter/setter pair
extra String?
通话的扩展信息
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
inviter RCCallUserProfile?
邀请当前用户到当前通话的邀请者
getter/setter pair
mediaType RCCallMediaType
通话媒体类型
getter/setter pair
mine RCCallUserProfile
当前用户
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sessionId String?
RTC 会话唯一标识, 用于 Server API
getter/setter pair
startTime int
通话开始的时间
getter/setter pair
targetId String
通话目标 id
getter/setter pair
users List<RCCallUserProfile>
当前通话的全部用户列表
getter/setter pair

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