DyteMeetingInfo class abstract

Base class for meeting info. Use DyteMeetingInfoV1 or DyteMeetingInfoV2 instead.

Constructors

DyteMeetingInfo.new(DyteMeetingType meetingType, {required String authToken, bool enableAudio = true, bool enableVideo = true, required String baseUrl, String displayName = 'Hello from Flutter'})

Properties

authToken String
final
baseUrl String
final
displayName String
final
enableAudio bool
final
enableVideo bool
final
hashCode int
The hash code for this object.
no setterinherited
meetingType → DyteMeetingType
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
v1 DyteMeetingInfoV1
no setter
v2 DyteMeetingInfoV2
no setter

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toMap() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

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