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

Is there a way to send the URL of the room via parameter? #1

Open
lucasmc20 opened this issue Nov 10, 2022 · 10 comments
Open

Is there a way to send the URL of the room via parameter? #1

lucasmc20 opened this issue Nov 10, 2022 · 10 comments

Comments

@lucasmc20
Copy link

Hello Guys, I want to pass the room URL via parameter, just like we passed the password, I want to pass the meeting room now to start sharing, has anyone done it?

@lucasmc20
Copy link
Author

@emrahcom

@emrahcom
Copy link
Member

You may use the link with parameters as the meeting address or you may customize this code to add permanent parameters.

@lucasmc20
Copy link
Author

tks

@projetosfsi
Copy link

You may use the link with parameters as the meeting address or you may customize this code to add permanent parameters.

could you show an example?

@lucasmc20
Copy link
Author

@emrahcom

@emrahcom
Copy link
Member

Are you talking about Jitas or Jitsi?

@lucasmc20
Copy link
Author

@emrahcom
I will explain my situation:

1 - In my Jitsi I created a menu that redirects to my Jitas.

Example of my Jitas URL: https://MYURL/novnc/?host=MYURL&port=6090&encrypt=1&resize=scale&password=MYPASSWORD&urlCustom=URLROOMJITSI

In the "urlCustom" parameter I send the URL of my Jitsi room.

I would like my Jitas to run automatically, without needing to go to connect meeting.

@emrahcom
Copy link
Member

Oh, you mean to pass noVNC's querystring to the desktop application. No, there is no such a feature.

Maybe you can develop an API service which will run on Jitas server and send requests to this service to manage Jitas.

@lucasmc20
Copy link
Author

lucasmc20 commented Nov 13, 2022

@emrahcom, I understand, but in the URL I already pass the correct password?
and now I'm passing the urlCustom, I needed to read the urlCustom in Jitas.
Captura de tela 2022-11-13 095151
in the Connect to meeting input is the urlCustom.

@emrahcom
Copy link
Member

It's the password of noVNC. It doesn't pass to the desktop application. IIUC your use case, you need to develop a service on Jitas which will get the custom URL through an API call and connect Jitas to this URL

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

No branches or pull requests

3 participants