Open yugaldekate opened 7 months ago
-Created utility functions findConversation() createNewConversation() getOrCreateConversation()
-Modified CharHeader component to show the profile image -Show the ChatHeader in memberId page
-Installed socket.io and socket.io-client from npm
-Created SocketIO for handling the SocketServer -Created ClientIO for handling the SocketClient -Created the SocketProvider using useContext hook to access the socket and isConnected
-Created socket-indicator component to show the connection state of socket
-Create utils to start one-on-one conversation