Base solution for your next web application
Open Closed

How to Disable Chat Feature #10505


User avatar
0
QuickApp created

What is your product version? v10.2.0 What is your product type (Angular or MVC)? Angular What is product framework type (.net framework or .net core)? .Net Core

Hi, What do I need to do on the Angular and API side to disable the chat feature? Thanks for your help in advance.


3 Answer(s)
  • User Avatar
    1
    ismcagdas created
    Support Team

    Hi @QuickApp

    For Angular side, you can remove chat-bar component here and for server side, you need to remove ChatHub, and chat related features in AppFeatureProvider

  • User Avatar
    0
    QuickApp created

    Thank you for answer @ismcagdas

  • User Avatar
    0
    OutdoorEd created

    How do you do this in 11 Mvc Core & Jquery?