NIMSignallingRtcInfo class

音视频房间相关信息

Annotations

Constructors

NIMSignallingRtcInfo({required String rtcToken, int? rtcTokenTtl, String? rtcParams})
NIMSignallingRtcInfo.fromJson(Map<String, dynamic> map)
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
rtcParams String?
获取音视频SDK相关参数的JSON格式字符串
getter/setter pair
rtcToken String
获取进入音视频对应的Token
getter/setter pair
rtcTokenTtl int?
获取音视频房间token过期时间
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
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited