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