ZelloConsoleSettings: {
    allowAlertMessages: boolean;
    allowGroupConversations: boolean;
    allowImageMessages: boolean;
    allowLocationMessages: boolean;
    allowNonDispatchersToEndCalls: boolean;
    allowTextMessages: boolean;
}

Settings for the network. These are configured via the Zello Work Administrative Console.

Type declaration

  • allowAlertMessages: boolean

    Allow alert messages. When this is false, you should not show any UI to allow users to send alert messages.

  • allowGroupConversations: boolean

    Allow group conversations. When this is false, you should not show any UI to allow users to create group conversations.

  • allowImageMessages: boolean

    Allow image messages. When this is false, you should not show any UI to allow users to send image messages.

  • allowLocationMessages: boolean

    Allow location messages. When this is false, you should not show any UI to allow users to send location messages.

  • allowNonDispatchersToEndCalls: boolean

    Allow non-dispatchers to end calls. When this is false, you should not show any UI to allow non-dispatchers to end calls.

  • allowTextMessages: boolean

    Allow text messages. When this is false, you should not show any UI to allow users to send text messages.