Hi allI also confronted with performance issue while tried to workwith
video and audio pieces simultaneously - video stops showinganything if
audio stream arrived. I solved this problem only byusing separate rooms
for audio and video (one room for video andanother one - for audio).
quote:Originally posted by: HironmayHi,You can try using
setStyle("backgroundAlpha",0) on yourwhiteboard object to make it
transparent.ThanksHironmay BasuThanksI set this on synchronizationChange
event and it works fine.Thanks a lot!
HiNice technology! Thx.One question: how can I make board transparent?
Just board,not content (arrows, boxes etc.). The only way I found is
set_canvas.setStyle("backgroundColor", ""); (WhiteBoard.as, line188).