From 1cfde88144aac07483c9ff7c45bbf70bfa68080a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20Rodrigues?= Date: Tue, 14 Apr 2020 20:42:38 -0300 Subject: [PATCH] =?UTF-8?q?Removendo=20coment=C3=A1rios?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- sapl/templates/sdr/deliberacaoremota.html | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/sapl/templates/sdr/deliberacaoremota.html b/sapl/templates/sdr/deliberacaoremota.html index 20a365397..49b6d00b2 100644 --- a/sapl/templates/sdr/deliberacaoremota.html +++ b/sapl/templates/sdr/deliberacaoremota.html @@ -72,7 +72,6 @@ const domain = 'meet.jit.si'; const options= { roomName: '{{ object.chat_id }}', - // width: 700, height: 700, configOverwrite: { defaultLanguage: 'ptBR' }, parentNode: document.querySelector('#meet'), @@ -84,14 +83,9 @@ api = new JitsiMeetExternalAPI(domain, options); api.executeCommand('toggleTileView'); - // api.executeCommand('toggleChat'); api.executeCommand('subject', '{{ object.titulo }}'); api.executeCommand('displayName', '{{ nome_usuario }}'); - // api.addEventListener('videoConferenceJoined', (response) => { - // api.executeCommand('password', {{ password }}); - // }); - api.on('readyToClose', () => { console.log('Closed session'); window.location.href = "{% url 'sapl.sdr:deliberacaoremota_list' %}"; @@ -228,7 +222,7 @@ }, dataType: "json", complete: setTimeout(function() {poll()}, 500), - timeout: 20000 // TODO: decrease + timeout: 20000 }) "{% endif %}" } )(); });