JoinRequest class

Constructors

JoinRequest({String url = "", String token = "", bool e2ee = false, String? e2eeKey, bool simulcast = true, bool adaptiveStream = true, bool dynacast = true, String preferredCodec = 'VP8', bool enableBackupVideoCodec = true})

Properties

adaptiveStream bool
final
dynacast bool
final
e2ee bool
final
e2eeKey String?
final
enableBackupVideoCodec bool
final
hashCode int
The hash code for this object.
no setterinherited
preferredCodec String
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
simulcast bool
final
token String
getter/setter pair
url String
getter/setter pair

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