PreJoinPageParameters constructor
PreJoinPageParameters({
- String? imgSrc,
- ShowAlert? showAlert,
- required dynamic updateIsLoadingModalVisible(),
- required ConnectSocketType connectSocket,
- ConnectLocalSocketType? connectLocalSocket,
- required dynamic updateSocket(
- Socket?
- dynamic updateLocalSocket(
- Socket?
- required dynamic updateValidated(),
- required dynamic updateApiUserName(),
- required dynamic updateApiToken(),
- required dynamic updateLink(),
- required dynamic updateRoomName(),
- required dynamic updateMember(),
- dynamic updateAudioPreference()?,
- dynamic updateVideoPreference()?,
- dynamic updateAudioOutputPreference()?,
- dynamic updateIsDarkMode()?,
- dynamic updateEventType()?,
- dynamic updateVirtualBackground()?,
- dynamic updateKeepBackground()?,
- dynamic updateAppliedBackground()?,
- dynamic updateCurrentFacingMode()?,
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,
});