ZelloAccountStatus status The current account status.
The connection to the Zello Work network has failed. Zello.state will be ZelloConnectionState.Disconnected.
ZelloConnectionState state The current state of the connection.
ZelloConnectionError error The error that caused the connection to fail.
The connection to the Zello Work network has started. Zello.state will be ZelloConnectionState.Connecting.
ZelloConnectionState state The current state of the connection.
The connection to the Zello Work network has succeeded. Zello.state will be ZelloConnectionState.Connected.
ZelloConnectionState state The current state of the connection.
The console settings have changed. Zello.consoleSettings will contain the updated console settings.
ZelloConsoleSettings settings The updated console settings.
The contact list has been updated. Zello.users and Zello.channels will be updated.
ZelloUser[] users The list of users.
ZelloChannel[] channels The list of channels.
ZelloGroupConversation[] groupConversations The list of group conversations.
The connection to the Zello Work network has been disconnected. Zello.state will be ZelloConnectionState.Disconnected.
ZelloConnectionState state The current state of the connection.
A dispatch call has been accepted by a dispatcher.
ZelloDispatchCall call The accepted dispatch call.
A dispatch call has ended.
ZelloDispatchCall call The ended dispatch call.
A dispatch call has been received by the server and is pending acceptance by a dispatcher.
ZelloDispatchCall call The pending dispatch call.
A dispatch call has been transferred to another dispatcher.
ZelloDispatchCall call The transferred dispatch call.
A group conversation has been created. Zello.groupConversations will be updated.
ZelloGroupConversation groupConversation The created group conversation.
The user has been invited to a group conversation. Zello.groupConversations will be updated.
ZelloGroupConversation groupConversation The group conversation.
The user has left a group conversation. Zello.groupConversations will be updated.
ZelloGroupConversation groupConversation The group conversation.
A group conversation has been renamed. Zello.groupConversations will be updated.
ZelloGroupConversation groupConversation The group conversation.
A group conversation has new users added. Zello.groupConversations will be updated.
ZelloGroupConversation groupConversation The group conversation.
Users left a group conversation. Zello.groupConversations will be updated.
ZelloGroupConversation groupConversation The group conversation.
The history playback of a voice message has started. Zello.historyVoiceMessage will be updated.
ZelloHistoryVoiceMessage voiceMessage The started history voice message.
The history playback of a voice message has stopped. Zello.historyVoiceMessage will be set to undefined.
ZelloHistoryVoiceMessage voiceMessage The stopped history voice message.
The history has been updated.
An incoming alert message has been received.
ZelloAlertMessage alertMessage The incoming alert message.
An incoming emergency has started. Zello.incomingEmergencies will be updated.
ZelloIncomingEmergency emergency The incoming emergency.
ZelloIncomingEmergency[] emergencies The list of incoming emergencies.
An incoming emergency has stopped. Zello.incomingEmergencies will be updated.
ZelloIncomingEmergency emergency The stopped incoming emergency.
ZelloIncomingEmergency[] emergencies The list of incoming emergencies.
An incoming image message has been received.
ZelloImageMessage imageMessage The incoming image message.
An incoming location message has been received.
ZelloLocationMessage locationMessage The incoming location message.
An incoming text message has been received.
ZelloTextMessage textMessage The incoming text message.
An incoming voice message has started. Zello.incomingVoiceMessage will be updated.
ZelloIncomingVoiceMessage voiceMessage The incoming voice message.
An incoming voice message has stopped. Zello.incomingVoiceMessage will be set to undefined.
ZelloIncomingVoiceMessage voiceMessage The incoming voice message.
An outgoing alert message has failed to send.
ZelloAlertMessage alertMessage The outgoing alert message.
An outgoing alert message has been sent.
ZelloAlertMessage alertMessage The outgoing alert message.
An outgoing emergency has started. Zello.outgoingEmergency will be updated.
ZelloOutgoingEmergency emergency The outgoing emergency.
An outgoing emergency has stopped. Zello.outgoingEmergency will be set to undefined.
ZelloOutgoingEmergency emergency The stopped outgoing emergency.
An outgoing image message has failed to send.
ZelloImageMessage imageMessage The outgoing image message.
An outgoing image message has been sent.
ZelloImageMessage imageMessage The outgoing image message.
An outgoing location message has failed to send.
ZelloLocationMessage locationMessage The outgoing location message.
An outgoing location message has been sent.
ZelloLocationMessage locationMessage The outgoing location message.
An outgoing text message has failed to send.
ZelloTextMessage textMessage The outgoing text message.
An outgoing text message has been sent.
ZelloTextMessage textMessage The outgoing text message.
An outgoing voice message is connecting. Zello.outgoingVoiceMessage will be updated.
ZelloOutgoingVoiceMessage voiceMessage The outgoing voice message.
An outgoing voice message has started. Zello.outgoingVoiceMessage will be updated.
ZelloOutgoingVoiceMessage voiceMessage The outgoing voice message.
An outgoing voice message has stopped. Zello.outgoingVoiceMessage will be set to undefined.
ZelloOutgoingVoiceMessage voiceMessage The outgoing voice message.
types.ZelloOutgoingVoiceMessageState error Optional; An error that caused the outgoing voice message to stop.
The list of recent entries has been updated. Zello.recents will be updated.
ZelloRecentEntry[] recents The list of recent entries.
The connection to the Zello Work network is attempting to reconnect. Zello.state will be ZelloConnectionState.Reconnecting.
ZelloConnectionState state The current state of the connection.
The selected contact has changed. Zello.selectedContact will be updated.
ZelloContact contact The selected contact.
The account status has changed. Zello.accountStatus will be updated.