RTSDataImpl class

Constructors

RTSDataImpl()

Properties

account String?
发起方的账号
getter/setter pair
account2uidMap Map<String, int>?
所有参与者的account-uid的映射关系
getter/setter pair
authUid int?
音视频服务器鉴权使用
getter/setter pair
channelId int?
服务器分配的会话id
getter/setter pair
clientConfig String?
码率等客户端配置,json格式,客户端自行解析
getter/setter pair
extraMessage String?
多人白板的附加信息字段
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
isP2p bool?
是否P2P连接
getter/setter pair
keepCallingAccounts List<String>?
存在ios离线设备的账号类别, 需要发送KEEP_NOTIFY协议
getter/setter pair
notifyOption RTSNotifyOption?
双人白板的通知信息
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
serversMap Map<int?, RTSServers?>?
连接地址信息
getter/setter pair
sessionId String?
客户端本地产生的会话id
getter/setter pair
timeTag int?
当前的服务器时间, 单位毫秒
getter/setter pair
tunTypes List<int>?
分配的通道信息
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