Skip to content

Commit 57bc9e8

Browse files
committed
fix(examples): use the new ceeblue plugin API
1 parent 9a77179 commit 57bc9e8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

examples/simple-player.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@
2828
}
2929

3030
// Initialize the video player
31-
var player = new Player("video-player");
32-
player.start(connectParams);
31+
var player = new Player("video-player", connectParams);
32+
player.start();
3333
</script>
3434
</body>
3535
</html>

0 commit comments

Comments
 (0)