interface ServerPermissions {
    recording: {
        recordingProfile: RecordingProfile;
        recordingType: RecordingType;
    };
    voicemail: {
        enabled: boolean;
    };
}

Properties

Properties

recording: {
    recordingProfile: RecordingProfile;
    recordingType: RecordingType;
}

Type declaration

voicemail: {
    enabled: boolean;
}

Type declaration

  • enabled: boolean

Generated using TypeDoc