Skip to content

Move check video presence call.

Created by: nicosang

the call to checkVideoPresence was made in the first call to SwitchStream, done from composeStreams. The problem is, at this specific time, no StreamProcessor has been built. The return value of this function is always false. I suggest to call this function in activateStream, the first time.

Merge request reports