jitsi-contrib / jitas

Jitsi Assistant
Apache License 2.0
31 stars 3 forks source link

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

Open lucasmc20 opened 2 years ago

lucasmc20 commented 2 years ago

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 commented 2 years ago

@emrahcom

emrahcom commented 2 years ago

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

lucasmc20 commented 2 years ago

tks

projetosfsi commented 2 years ago

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 commented 2 years ago

@emrahcom

emrahcom commented 2 years ago

Are you talking about Jitas or Jitsi?

lucasmc20 commented 2 years ago

@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 commented 2 years ago

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 commented 2 years ago

@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 commented 2 years ago

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