Results 1 to 3 of 3

Thread: How to: call remote function on all connected clients

  1. #1
    Join Date
    Mar 2010
    Posts
    12

    Question How to: call remote function on all connected clients

    Hello guys,

    I used RED5 code like:
    Code:
    ServiceUtils.invokeOnAllConnections(...)
    What method can I use in the wowza which will call remote function on all connected clients?

  2. #2
    Join Date
    Dec 2007
    Posts
    25,661

    Default

    It is:

    Code:
    appInstance().broadcastMsg("someClientSideCallback");
    Richard

  3. #3
    Join Date
    Mar 2010
    Posts
    12

    Default

    Yep got it, thank you

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •