HMSConfig class

100ms HMSConfig

HMSConfig contains joining information of a user to a room

Constructors

HMSConfig({String userName = 'Flutter User', required String authToken, String? metaData, String? endPoint, bool shouldSkipPIIEvents = false, bool captureNetworkQualityInPreview = false})

Properties

authToken → String
authToken generated by 100ms servers.
final
captureNetworkQualityInPreview → bool
It will capture network quality in preview
final
endPoint → String?
endPoint where you have to make post request to get token.
final
hashCode → int
The hash code for this object.
no setterinherited
metaData → String?
metaData user want to set at time of joining the meeting room.(can change later using changeMetadata method)
final
runtimeType → Type
A representation of the runtime type of the object.
no setterinherited
shouldSkipPIIEvents → bool
final
userName → String
userName you want in the room you join.
final

Methods

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