-
-
Notifications
You must be signed in to change notification settings - Fork 3
Description
Over the past week i have found myself trying to get this to work but to no luck. looking over the documentations i do think there should be a more detailed guide, im sure someone with more experience could figure this out but im not the brightest. that being said i have had issues with including the turn server into my homeserver.yaml. using the local docker url for synapse to call for the turn server url so any matrix app would actually accept a turn server. but it appears that regardless of what i do, even though i get a response from _matrix/client/r0/voip/turnServer giving me a password it shows the internal urls again and there is no output from matrix-turnify (even with debug mode on). in my mind it should be working like this
Client -> traefik -> matrix-turnify -> credientials -> end user | but this is clearly not the case since there is no way for a client to know if a valid turn server is available. i am most likely overlooking something simple but regardless i cant figure it out. (any help is much appreciated)