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:
Name | Type | Default | Description |
---|---|---|---|
participant | VTParticipant | nil | The participant who sent the message. |
message | String | nil | The received message. |
Updated about 2 years ago