tna76874

Results 16 comments of tna76874

I deployed dimensions on my matrix server an used the widgets within the dimension integration inside a chat. I'm not familiar how to test the integration itself. The problem occurs...

I would also be interesed in an Docker image. I do not know go - but I have experience with Docker. I did some first steps - but I cannot...

Thanks - now I'm at the point, that I reach the register page `http://127.0.0.1:8067/callee/register/` but there is no reaction on clicking OK. I added a Dockerfile and a docker-compose.yml https://github.com/tna76874/webcall/tree/docker...

I exposed both ports and mapped them to the host. I think about let nginx handle the ssl termination.

right now there is no persistend config.ini The docker image starts with the entrypoint `./webcall` - If the file gets created it is inside the container. But making this persistend...

There is a possibility to generate URL parameters in moodle - this is quite handy when it comes to automatically assign names. How about the lobby opens with default parameters...

Ok, I think I mix up different wished here. 1) simple: just an URL parameter that sets the username 2) sophisticated: lobby creation via URL, maybe with some kind of...

I might miss here something. I also tried to append `&username=xyz` to the lobby-link, but the name did not change.

Ah now I got it. It works when a) the name was not set before in any other game (cookies) and b) only if first joining the lobby. Would it...