DyteMeetingInfoV2 class

Inheritance

Constructors

DyteMeetingInfoV2({required String authToken, String baseUrl = 'https://api.dyte.io/v2', bool enableAudio = true, bool enableVideo = true})
DyteMeetingInfoV2.fromJson(String source)
factory
DyteMeetingInfoV2.fromMap(Map<String, dynamic> map)
factory

Properties

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

Methods

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

Operators

operator ==(covariant DyteMeetingInfoV2 other) bool
The equality operator.
override