PreJoinPageOptions class

Constructors

PreJoinPageOptions({String? localLink, bool connectMediaSFU = true, required PreJoinPageParameters parameters, required Credentials credentials, PreJoinPageType? customBuilder, bool? returnUI = true, CreateMediaSFURoomOptions? noUIPreJoinOptionsCreate, JoinMediaSFURoomOptions? noUIPreJoinOptionsJoin, CreateRoomOnMediaSFUType? createMediaSFURoom = createRoomOnMediaSFU, JoinRoomOnMediaSFUType? joinMediaSFURoom = joinRoomOnMediaSFU})

Properties

connectMediaSFU bool
final
createMediaSFURoom CreateRoomOnMediaSFUType?
getter/setter pair
credentials Credentials
final
customBuilder PreJoinPageType?
final
hashCode int
The hash code for this object.
no setterinherited
joinMediaSFURoom JoinRoomOnMediaSFUType?
getter/setter pair
final
noUIPreJoinOptionsCreate CreateMediaSFURoomOptions?
getter/setter pair
noUIPreJoinOptionsJoin JoinMediaSFURoomOptions?
getter/setter pair
parameters PreJoinPageParameters
final
returnUI bool?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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