DyteMeetingInfoV1 class
- Inheritance
-
- Object
- DyteMeetingInfo
- DyteMeetingInfoV1
Constructors
- DyteMeetingInfoV1.new({required String authToken, String baseUrl = 'https://api.cluster.dyte.in/v1', required String roomName, bool enableAudio = true, bool enableVideo = true, String displayName = 'Hello from Flutter'})
- DyteMeetingInfoV1.fromJson(String source)
-
factory
-
DyteMeetingInfoV1.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
- roomName → String
-
final
- 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}) → DyteMeetingInfoV1 -
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 DyteMeetingInfoV1 other) → bool -
The equality operator.
override