PreJoinPageParameters constructor
PreJoinPageParameters({ - String? imgSrc,
- ShowAlert? showAlert,
- required dynamic updateIsLoadingModalVisible(
- bool
),
- required ConnectSocketType connectSocket,
- ConnectLocalSocketType? connectLocalSocket,
- required dynamic updateSocket(
- Socket?
),
- dynamic updateLocalSocket(
- Socket?
)?,
- required dynamic updateValidated(
- bool
),
- required dynamic updateApiUserName(
- String
),
- required dynamic updateApiToken(
- String
),
- required dynamic updateLink(
- String
),
- required dynamic updateRoomName(
- String
),
- required dynamic updateMember(
- String
),
- dynamic updateAudioPreference(
- String
)?,
- dynamic updateVideoPreference(
- String
)?,
- dynamic updateAudioOutputPreference(
- String
)?,
- dynamic updateIsDarkMode(
- bool
)?,
- dynamic updateEventType(
- EventType
)?,
- dynamic updateVirtualBackground(
- VirtualBackground
)?,
- dynamic updateKeepBackground(
- bool
)?,
- dynamic updateAppliedBackground(
- bool
)?,
- dynamic updateCurrentFacingMode(
- String
)?,
})
Implementation
PreJoinPageParameters({
this.imgSrc,
this.showAlert,
required this.updateIsLoadingModalVisible,
required this.connectSocket,
this.connectLocalSocket,
required this.updateSocket,
this.updateLocalSocket,
required this.updateValidated,
required this.updateApiUserName,
required this.updateApiToken,
required this.updateLink,
required this.updateRoomName,
required this.updateMember,
this.updateAudioPreference,
this.updateVideoPreference,
this.updateAudioOutputPreference,
this.updateIsDarkMode,
this.updateEventType,
this.updateVirtualBackground,
this.updateKeepBackground,
this.updateAppliedBackground,
this.updateCurrentFacingMode,
});