DaakiaMeetingConfiguration class

Configuration options for initializing the Daakia meeting.

Constructors

DaakiaMeetingConfiguration.new({Map<String, dynamic>? metadata, ParticipantNameConfig? participantNameConfig, VCConfig? vcConfig})
const

Properties

hashCode int
The hash code for this object.
no setterinherited
metadata Map<String, dynamic>?
BETA Metadata to provide additional information about the participant.
final
participantNameConfig ParticipantNameConfig?
Optional configuration for participant name behavior.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
vcConfig → VCConfig?
Defines configuration settings for initializing and customizing a Daakia meeting session.
final

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