Add experimental multiuserroom

This commit is contained in:
kwaroran
2024-09-10 05:44:59 +09:00
parent 2f5f136089
commit 8c47298512
10 changed files with 322 additions and 49 deletions

View File

@@ -708,4 +708,10 @@ export const languageEnglish = {
customCSS: "Custom CSS",
betaMobileGUI: "Beta Mobile GUI",
menu: "Menu",
connectionOpen: "Connection Open",
connectionOpenInfo: "Multiuser room is opened. you can share the room code to other users. others can join the room by using the code inside playground > Join Multiuser Room.",
createMultiuserRoom: "Create Multiuser Room",
connectionHost: "You are the host of the room.",
connectionGuest: "You are the guest of the room.",
otherUserRequesting: "Other user is already requesting. try again later.",
}