SpaceConfig class

The configuration pertaining to a meeting space.

Constructors

SpaceConfig.new({String? accessType, String? entryPointAccess})
SpaceConfig.fromJson(Map json_)

Properties

accessType String?
Access type of the meeting space that determines who can join without knocking.
getter/setter pair
entryPointAccess String?
Defines the entry points that can be used to join meetings hosted in this meeting space.
getter/setter pair
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
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

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