The connection status of the channel. Connecting to a channel is asynchronous.
Readonly
displayThe 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##.
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.
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.
Readonly
onlineThe users in the group conversation that are currently online.
The options of the channel.
The type of contact.
Readonly
usersThe users in the group conversation.
The number of users connected to the channel.
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.