MediasfuWebinarOptions class

Constructors

MediasfuWebinarOptions({PreJoinPageType? preJoinPageWidget, String? localLink = '', bool? connectMediaSFU = true, Credentials? credentials, bool? useLocalUIMode, SeedData? seedData, bool? useSeed, String? imgSrc, MediasfuParameters? sourceParameters, dynamic updateSourceParameters(MediasfuParameters?)?, bool? returnUI = true, CreateMediaSFURoomOptions? noUIPreJoinOptionsCreate, JoinMediaSFURoomOptions? noUIPreJoinOptionsJoin, JoinRoomOnMediaSFUType? joinMediaSFURoom = joinRoomOnMediaSFU, CreateRoomOnMediaSFUType? createMediaSFURoom = createRoomOnMediaSFU})

Properties

connectMediaSFU bool?
getter/setter pair
createMediaSFURoom CreateRoomOnMediaSFUType?
getter/setter pair
credentials Credentials?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
imgSrc String?
getter/setter pair
joinMediaSFURoom JoinRoomOnMediaSFUType?
getter/setter pair
getter/setter pair
noUIPreJoinOptionsCreate CreateMediaSFURoomOptions?
getter/setter pair
noUIPreJoinOptionsJoin JoinMediaSFURoomOptions?
getter/setter pair
preJoinPageWidget PreJoinPageType?
getter/setter pair
returnUI bool?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
seedData SeedData?
getter/setter pair
sourceParameters MediasfuParameters?
getter/setter pair
updateSourceParameters ↔ (dynamic Function(MediasfuParameters?)?)
getter/setter pair
useLocalUIMode bool?
getter/setter pair
useSeed bool?
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