You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I really like the work that you have done here. Clean and simple. Thank you for yoru work on this.
I have made couple of changes in my own installation that I would be willing to share back to you.
Basically, I have created the ability for person hosting the shared screen to specify the session name, rather than having this be generated by the server at setup-time. In this way a pre-arranged session name can be used much like a jitsi meet session.
I currently only have implemented this when passed as an URL parameter. For example...
I really like the work that you have done here. Clean and simple. Thank you for yoru work on this.
I have made couple of changes in my own installation that I would be willing to share back to you.
Basically, I have created the ability for person hosting the shared screen to specify the session name, rather than having this be generated by the server at setup-time. In this way a pre-arranged session name can be used much like a jitsi meet session.
I currently only have implemented this when passed as an URL parameter. For example...
Serve the screen up... Upon opening this link it immediately asks the hosting client to select a window.
https://my.laplace.server:443/?start=my_own_specified_session_string
You already had the back-side of this allowing viewing by URL parameter.
https://my.laplace.server:443/?id=my_own_specified_session_string
As I mentioned, I have not put this capability into the UI at this point, just directly into the URL "start" capability.
The text was updated successfully, but these errors were encountered: