ZelloContact: {
    isMuted: boolean;
    name: string;
    type: ZelloContactType;
}

The parent type for all Zello contact types, including users and channels.

Type declaration

  • 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.

  • type: ZelloContactType

    The type of contact.