Contents | Index | Previous | Next


TAgentJS.removeTParticipantsListenerJS() Method

unsubscribe participants updates

Synopsis

Tango_agent.removeTParticipantsListenerJS(document);

Arguments

document Document object implementing TParticipantsListenerJS. Recipient of the participants updates to unsubscribe.

Returns

Nothing.

Description

TAgentJS.removeTParticipantsListenerJS() undoes effects of TAgentJS.addTParticipantsListenerJS(). The function is rarely useful.

See Also

TAgentJS.addTParticipantsListenerJS() method