ScreenMeetConfig class

Configuration class for native ScreenMeet SDK

Default constructor requires organization key. SDK will respond with error if it's not set or wrong when trying to connect to a room Other properties (endpoint, whether to collect metrics and log level) are optional Only set endpoint when you specifically know which one you need Default values for collecting metrics and log level are false and .error (See ScreenMeetLoggingLevel)

Constructors

ScreenMeetConfig({required String organizationKey})

Properties

collectMetric bool
Allow collecting metrics
getter/setter pair
endpoint String
Initial connection endpoint/port
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
loggingLevel String
Represent the severity and importance of log messages output (.info, .debug, .error, see ScreenMeetLoggingLevel)
getter/setter pair
organizationKey String
Organization key to access API
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
toString() String
A string representation of this object.
inherited

Operators

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