Contents | Index | Previous | Next


TParticipantsListenerJS.Tango_participantJoined() Method

notify about new session participant

Synopsis

Tango_participantJoined(userName)

Arguments

userName String Object. The name of the joining participant.

Returns

Nothing.

Description

TDataListenerJS.Tango_participantJoined() method is a user defined callback. It is called by the Tango runtime if TParticipantsListenerJS interface has been registered for receiving master updates with TAgentJS.addTParticipantsListenerJS() method.

See Also

TAgentJS.getParticipantsNamesJS() method, TParticipantsListenerJS.participantLeft() method