Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5865e49 commit eba7bf1Copy full SHA for eba7bf1
README.md
@@ -94,7 +94,8 @@ import EZUIKit from 'ezuikit-js';
94
|startSave| int |开始录像|`player.startSave()`|
95
|stopSave|int |结束录像|`player.stopSave()`|
96
|capturePicture| function| 视频截图| `player.capturePicture()`|
97
-|fullScreen| function| 全屏| `player.fullScreen()`|
+|fullScreen| function| 全屏(自动适配移动端pc端全屏)| `player.fullScreen()`|
98
+|fullScreen| function| 取消全屏| `player.cancelFullScreen()`|
99
|getOSDTime| function| 获取播放时间回调| `player.getOSDTime()`|
100
|startTalk| function| 开始对讲| `player.startTalk()`|
101
|stopTalk| function| 结束对讲| `player.stopTalk()`|
0 commit comments