NERtcServerAddresses class Null safety

nertc server address for on-premises deployment

Constructors

NERtcServerAddresses({String? channelServer, String? statisticsServer, String? roomServer, String? compatServer, String? nosLbsServer, String? nosUploadSever, String? nosTokenServer, bool useIPv6 = false})
NERtcServerAddresses.fromMap(Map map)

Properties

channelServer String?
read / write
compatServer String?
read / write
hashCode int
The hash code for this object.
read-only, inherited
nosLbsServer String?
read / write
nosTokenServer String?
read / write
nosUploadSever String?
read / write
roomServer String?
read / write
runtimeType Type
A representation of the runtime type of the object.
read-only, inherited
statisticsServer String?
read / write
useIPv6 bool
read / write

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a non-existent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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