on Outgoing Voice Message Stopped
abstract fun onOutgoingVoiceMessageStopped(zello: Zello, message: ZelloOutgoingVoiceMessage, error: ZelloOutgoingVoiceMessage.Error? = null)
An outgoing voice message has stopped. Zello.outgoingVoiceMessage will be set to null.
Parameters
zello
The Zello instance.
message
The stopped outgoing voice message.
error
The error that caused the outgoing voice message to stop.