HMSConfig class Null safety

HMSConfig contains joining information of a user to a room

Constructors

HMSConfig({String userName, required String userId, required String roomId, required String authToken, String? metaData, String? endPoint, bool shouldSkipPIIEvents})

Properties

authToken String
authToken generated by 100ms servers.
final
endPoint String?
endPoint where you have to make post request to get token.
final
hashCode int
The hash code for this object. [...]
read-only, inherited
metaData String?
final
roomId String
roomId id of the room you want to join.
final
runtimeType Type
A representation of the runtime type of the object.
read-only, inherited
shouldSkipPIIEvents bool
final
userId String
unqiue string
final
userName String
userName you want in the room you join.
final

Methods

getJson() Map<String, dynamic>
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