A ad-hoc group conversation in Zello. A ZelloGroupConversation is a type of ZelloChannel, but the provisioning is done by the end user instead of through the Zello Work Administrative Console.

ZelloGroupConversations are only possible when ZelloConsoleSettings.allowGroupConversations is true.

Hierarchy (view full)

Constructors

Properties

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

displayName: string

The display name of the group conversation. This should be used in the UI instead of ZelloChannel#name, as the ZelloChannel#name will be a uniquely hashed value starting with c##.

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.

onlineUsers: ZelloChannelUser[]

The users in the group conversation that are currently online.

The options of the channel.

The type of contact.

The users in the group conversation.

usersOnline: number

The number of users connected to the channel.