Trimmed email the user typed (only meaningful when showEmailField).
Empty string when the field is hidden or left blank.
Trimmed password the user typed. Empty string when no password.
The userId the form would have used to join — email when
useEmailAsUserId is enabled and the email is well-formed, otherwise
userName. Consumers running their own join (e.g. inserting a device
preview before joining) should pass this through to joinRoom.
Trimmed display name the user typed.
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