A Zello dispatch channel. A dispatch channel is a special type of channel that has calls between a user and a dispatcher.

Hierarchy (view full)

Constructors

Properties

The connection status of the channel. Connecting to a channel is asynchronous.

currentCall: undefined | ZelloDispatchCall

The current call on the dispatch channel, if any.

isMuted: boolean

Whether the contact is muted. When a contact is muted, messages from the contact will not play live, but they will still be in the history.

name: string

The name of the contact. Names are unique within their type. When comparing names, it is recommended to do so in a case-insensitive manner.

The options of the channel.

The type of contact.

usersOnline: number

The number of users connected to the channel.

""