We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c7c69e5 commit c91af4aCopy full SHA for c91af4a
examples/simple-player.html
@@ -28,7 +28,7 @@
28
29
// Initialize the video player
30
var player = new Player("video-player");
31
- player.start(connectParams, ['webrtc', 'llhls', 'webrtc']);
+ player.start(connectParams);
32
</script>
33
</body>
34
</html>
0 commit comments