PreJoinPageParameters constructor

PreJoinPageParameters({
  1. String? imgSrc,
  2. ShowAlert? showAlert,
  3. required dynamic updateIsLoadingModalVisible(
    1. bool
    ),
  4. required ConnectSocketType connectSocket,
  5. ConnectLocalSocketType? connectLocalSocket,
  6. required dynamic updateSocket(
    1. Socket?
    ),
  7. dynamic updateLocalSocket(
    1. Socket?
    )?,
  8. required dynamic updateValidated(
    1. bool
    ),
  9. required dynamic updateApiUserName(
    1. String
    ),
  10. required dynamic updateApiToken(
    1. String
    ),
  11. required dynamic updateLink(
    1. String
    ),
  12. required dynamic updateRoomName(
    1. String
    ),
  13. required dynamic updateMember(
    1. String
    ),
  14. dynamic updateAudioPreference(
    1. String
    )?,
  15. dynamic updateVideoPreference(
    1. String
    )?,
  16. dynamic updateAudioOutputPreference(
    1. String
    )?,
  17. dynamic updateIsDarkMode(
    1. bool
    )?,
  18. dynamic updateEventType(
    1. EventType
    )?,
  19. dynamic updateVirtualBackground(
    1. VirtualBackground
    )?,
  20. dynamic updateKeepBackground(
    1. bool
    )?,
  21. dynamic updateAppliedBackground(
    1. bool
    )?,
  22. dynamic updateCurrentFacingMode(
    1. 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,
});