diff --git a/web/templates/play_webrtc.tmpl b/web/templates/play_webrtc.tmpl index c8d98faa..0939ce6d 100644 --- a/web/templates/play_webrtc.tmpl +++ b/web/templates/play_webrtc.tmpl @@ -58,7 +58,7 @@ case 'have-local-offer': let uuid = $('#uuid').val(); let channel = $('#channel').val(); - let url = "/stream/" + uuid + "/channel/" + channel + "/webrtc?uuid=" + uuid + '&channel=' + channel; + let url = "/stream/" + uuid + "/channel/" + channel + "/webrtc"; $.post(url, { data: btoa(webrtc.localDescription.sdp) }, function(data) {