Contents | Index | Previous | Next


TParticipantsListenerJS Interface

recipient of participant updates

Methods

Tango_participantJoined() notify about new session participant

Tango_participantLeft () notify that session participant left

Description

An HTML page or Document object implementing TParticipantsListenerJS interface must define Tango_participantJoined/Left() functions with one parameter. Only a page with such a method defined may subscribe for receiving notifications about participant entry exit from the session using TAgentJS.addTParticipantsListener() method.

See Also

TAgentJS.addTParticipantsListenerJS() method