@liveqing/liveplayer 2.4.8 → 2.5.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -47,6 +47,9 @@
47
47
  // player.addEventListener('snapOutside', function(evt) {
48
48
  // console.log('获取快照 base64 数据', evt.detail[0]);
49
49
  // });
50
+ // player.addEventListener('customButtons', function(evt) {
51
+ // console.log('自定义按钮点击回调 按钮名称', evt.detail[0])
52
+ // });
50
53
  // player.addEventListener('fullscreen', function(evt) {
51
54
  // console.log('fullscreen', evt.detail[0]);
52
55
  // });