summary refs log tree commit diff
path: root/synapse/rest/client/voip.py
diff options
context:
space:
mode:
Diffstat (limited to 'synapse/rest/client/voip.py')
-rw-r--r--synapse/rest/client/voip.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/synapse/rest/client/voip.py b/synapse/rest/client/voip.py
index ea2b8aa45f..ea7e025156 100644
--- a/synapse/rest/client/voip.py
+++ b/synapse/rest/client/voip.py
@@ -70,7 +70,7 @@ class VoipRestServlet(RestServlet):
             {
                 "username": username,
                 "password": password,
-                "ttl": userLifetime / 1000,
+                "ttl": userLifetime // 1000,
                 "uris": turnUris,
             },
         )