Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit d80a151

Browse files
committed
chore: update
1 parent bc18054 commit d80a151

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

demos/react-demo/src/App.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,15 +22,15 @@ class App extends React.Component {
2222
id: "video-container", // 视频容器ID
2323
accessToken:
2424
"at.cp9wsiqc70deya3kdqfxo0ce8ti17a4q-1ov3pgv8fz-19skivn-slzpkwzpb",
25-
url: "ezopen://open.ys7.com/AA2615287/1.hd.live",
25+
url: "ezopen://open.ys7.com/XX2615287/1.hd.live",
2626
// simple - 极简版; pcLive-pc直播;pcRec-pc回放;mobileLive-移动端直播;mobileRec-移动端回放;security - 安防版;voice-语音版;
2727
//template: 'simple',
2828
plugin: ["talk"], // 加载插件,talk-对讲
2929
width: 600,
3030
height: 400
3131
});
3232
// });
33-
// window.player = this.player;
33+
window.player = this.player;
3434
}
3535
play = () => {
3636
var playPromise = this.player.play();

0 commit comments

Comments
 (0)