diff --git a/app/src/components/MeetingDrawer/Chat/ChatInput.js b/app/src/components/MeetingDrawer/Chat/ChatInput.js index f84af96..5be44e9 100644 --- a/app/src/components/MeetingDrawer/Chat/ChatInput.js +++ b/app/src/components/MeetingDrawer/Chat/ChatInput.js @@ -93,7 +93,7 @@ const ChatInput = (props) => { if (message && message !== '') { - const sendMessage = this.createNewMessage(message, 'response', displayName, picture); + const sendMessage = createNewMessage(message, 'response', displayName, picture); roomClient.sendChatMessage(sendMessage);