NIMSignallingRtcConfig class

音视频相关配置

Annotations

Constructors

NIMSignallingRtcConfig({String? rtcChannelName, int? rtcTokenTtl, String? rtcParams})
NIMSignallingRtcConfig.fromJson(Map<String, dynamic> map)
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
rtcChannelName String?
云信音视频房间频道名称,注意与信令房间频道名称不同
getter/setter pair
rtcParams String?
JSON格式字符串,音视频SDK相关参数,IM信令仅透传相关参数
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