VTCommandDelegate

The VTCommandDelegate model allows subscribing to callbacks that inform about received messages.

Methods

received

received(participant: VTParticipant, message: String)

Called when a participant receives a message.

Parameters:

NameTypeDefaultDescription
participantVTParticipantnilThe participant who sent the message.
messageStringnilThe received message.