Hello guys,
I used RED5 code like:
What method can I use in the wowza which will call remote function on all connected clients?Code:ServiceUtils.invokeOnAllConnections(...)
Hello guys,
I used RED5 code like:
What method can I use in the wowza which will call remote function on all connected clients?Code:ServiceUtils.invokeOnAllConnections(...)
It is:
RichardCode:appInstance().broadcastMsg("someClientSideCallback");
Yep got it, thank you