+ ) : null}
- Open the room immediately. You'll still need to
- click "Go live" before listeners can join.
+ {isCommunityModerated
+ ? 'Open the room immediately. It becomes live once the participant minimum is reached.'
+ : 'Open the room immediately. You will still need to click "Go live" before listeners can join.'}
),
},
@@ -220,8 +405,9 @@ export const CreateLiveRoomForm = ({
color={TypographyColor.Tertiary}
className="-mt-1 pl-10"
>
- Open a lobby where people can RSVP, chat, and get
- notified when you go live.
+ {isCommunityModerated
+ ? 'Open a lobby where people can RSVP, chat, and get notified when the room is live.'
+ : 'Open a lobby where people can RSVP, chat, and get notified when you go live.'}
),
},
@@ -325,9 +511,7 @@ export const CreateLiveRoomForm = ({
color={TypographyColor.Tertiary}
className="min-w-0 flex-1"
>
- {isScheduled
- ? "We'll open the lobby right away and share a post on your feed so people can RSVP. You can go live at the scheduled time."
- : "You'll be asked for camera and microphone access before going live."}
+ {submissionHint}