Expand my Community achievements bar.

layoutCameraStreams

Avatar

Level 2

Hi,

I'm trying to understand why the function "layoutCameraStreams" is running all the time, it is the function which is in WebcamSubscriber.as file.
I think she should run only when joining a new video or video has been removed

I noticed it because I want to add my own layer on top of video

Thanks,

Eyal.

3 Replies

Avatar

Former Community Member

It shouldn't. Which function is calling it ? I will take a look.

Thanks

Hironmay Basu

Avatar

Level 2

I upload the file to here : http://www.chatvideo.co.il/WebcamSubscriber.as.txt

I added trace on the layoutCameraStreams function take a look on line : 1042

try to run it on debug mode and you will see that all the time the trace is running.

Avatar

Level 2

My mistake, I found in my code the problem