1 http://ahmadmilzam.com/tomodachi.jpg
有没有人遇到像上图这样的问题?
这是我用来将录音机嵌入页面的代码。
var monitorWidth = window.innerWidth,
monitorHeight = window.innerHeight;
var embedding = ZiggeoApi.Embed.embed("#js-ziggeoRecorder", {
id: 'recorder',
width: Math.round(monitorWidth/2),
recording_width: Math.round(monitorWidth/2),
height: Math.round( (monitorWidth/2) * 0.5625 ),
recording_height: Math.round( (monitorWidth/2) * 0.5625 ),
disable_timer: true,
disable_snapshots: true,
disable_first_screen: true,
immediate_playback: false
});
录像机适用于Windows上的任何现代浏览器,Windows上的Chrome金丝雀和OSX,firefox,OSX上的Safari,但不能在OSX上使用Chrome。
如果您之前有任何人遇到过此问题,请告诉我并为其提供解决方案。
非常感谢。