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 bc18054 commit d80a151Copy full SHA for d80a151
demos/react-demo/src/App.js
@@ -22,15 +22,15 @@ class App extends React.Component {
22
id: "video-container", // 视频容器ID
23
accessToken:
24
"at.cp9wsiqc70deya3kdqfxo0ce8ti17a4q-1ov3pgv8fz-19skivn-slzpkwzpb",
25
- url: "ezopen://open.ys7.com/AA2615287/1.hd.live",
+ url: "ezopen://open.ys7.com/XX2615287/1.hd.live",
26
// simple - 极简版; pcLive-pc直播;pcRec-pc回放;mobileLive-移动端直播;mobileRec-移动端回放;security - 安防版;voice-语音版;
27
//template: 'simple',
28
plugin: ["talk"], // 加载插件,talk-对讲
29
width: 600,
30
height: 400
31
});
32
// });
33
- // window.player = this.player;
+ window.player = this.player;
34
}
35
play = () => {
36
var playPromise = this.player.play();
0 commit comments