OptionalautoAuto-validate token on mount
OptionalcolorsCustom colors
OptionaliconsCustom icons
OptionalinitialInitial user name value
Join token from the invite link
OptionallabelsCustom labels for i18n support
OptionalminMinimum name length required
OptionalonCallback when user clicks "create room" link
OptionalonCallback when room is successfully joined
OptionalonCallback when user name changes
Region from the invite link
OptionalstylesCustom styles
OptionalsxMUI sx prop for container styling
OptionaluserLocalStorage key for persisting user name
Props for the JoinWithTokenForm component.
Remarks
This component provides a form for joining a room via an invite link. It uses the useJoinToken hook internally to handle token validation and room joining.
Example