Announcement

Collapse
No announcement yet.

Client Detection in Script

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Client Detection in Script

    I would like to be able to detect if a client is connected in a script...but can't find any examples of syntax.

    Can anyone point me in the right direction?

    Thanks

    Darren

    #2
    You could use the RegisterEventCB scripting function. Once you register the callback function HSEvent is called and the event EV_TYPE_SPEAKER_CONNECT tells you when a client connects.

    Comment

    Working...
    X