diff --git a/packages/core/src/components/dyte-chat/dyte-chat.tsx b/packages/core/src/components/dyte-chat/dyte-chat.tsx index d4c88bfbc..b278c513b 100644 --- a/packages/core/src/components/dyte-chat/dyte-chat.tsx +++ b/packages/core/src/components/dyte-chat/dyte-chat.tsx @@ -401,9 +401,7 @@ export class DyteChat { private isPrivateChatSupported = () => { return ( this.canPrivateMessage && - !this.disablePrivateChat && - this.meeting?.__internals__?.features?.getFeatureValue('chat_socket_server') === - 'socket-service' + !this.disablePrivateChat ); };