Constant class

This class contains the constants used throughout the application

Constructors

Constant()

Properties

hashCode int
The hash code for this object.
no setterinherited
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
toString() String
A string representation of this object.
inherited

Operators

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

Static Properties

authToken String?
Constant.authToken is auth token to join the room
getter/setter pair
debugMode bool
Constant.debugMode is the debug mode for the application
getter/setter pair
Constant.defaultMeetingLink is the default meeting link that will be used
getter/setter pair
initEndPoint String?
Constant.initEndPoint is the init end point for the QA environment
getter/setter pair
initEndPointKey String
Constant.initEndPointKey is the key for the init end point
getter/setter pair
layoutAPIEndPoint String?
Constant.layoutAPIEndPoint is the layout api end point for the QA environment
getter/setter pair
layoutAPIEndPointKey String
Constant.layoutAPIEndPointKey is the key for the layout api end point
getter/setter pair
onLeave Function?
Constant.onLeave is the function that you wish to execute while leaving the room
getter/setter pair
prebuiltOptions HMSPrebuiltOptions?
Constant.options is the prebuilt options for the application This is saved for later usages in the application
getter/setter pair
roomCode String?
Constant.roomCode is the meeting code that will be used
getter/setter pair
sdkLogLevel ↔ HMSLogLevel
Constant.sdkLogLevel is the log level for the HMS SDK
getter/setter pair
streamingUrl String
Constant.streamingUrl is the streaming url that will be used
getter/setter pair
tokenEndPoint String?
Constant.tokenEndPoint is the token end point for the QA environment
getter/setter pair
tokenEndPointKey String
Constant.tokenEndPointKey is the key for the token end point
getter/setter pair
webRTCLogLevel ↔ HMSLogLevel
Constant.webRTCLogLevel is the log level for the WebRTC SDK
getter/setter pair