- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
在web端使用
conference.playVideo(streamId,function(){
console.log("playVideo succeeded..");
......
},function(err){
console.log("playVideo failed..",err);
});
来打开播放远端(Android端发布的)视频。
能确认远端视频发布成功,远端的streamId也在conference.remoteStreams中,但是有时(比如远端连续多次发布、取消发布后)仍旧会报错:
unable to call playVideo
在什么情况下会出现这种情况?
多谢!
- Tags:
- HTML5
- JavaScript*
Link Copied
1 Reply
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
playVideo API是作用在已经订阅过的stream上的

Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page