Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adding the server URL to the invitation code using “@”. #92

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

akenejie
Copy link
Contributor

@akenejie akenejie commented Feb 18, 2025

Closes #82

It can temporarily overwrite oct.serverUrl by writing invitationcode@URL.
And “https://” can be omitted, and “http://” can be omitted if “@@” is used.

It is the roomId that is entered in joinroom, but due to the structure of connecting to the server using userToken and then entering the room with the roomId, it was necessary to re-store it in the userToken.

Also, in joinroom, the inputbox was displayed after connecting to the server withConnectionProvider, but we changed the order to withConnectionProvider according to the inputbox, I also changed the location of withConnectionProvider.

@msujew msujew self-requested a review February 20, 2025 17:18
@msujew
Copy link
Contributor

msujew commented Feb 20, 2025

Thank you @akenejie, I'll take a look at this next week.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Feature Request] IP address connecting
2 participants