createNewConversationFromRoom

abstract fun createNewConversationFromRoom(room: Room): IRainbowConversation

Create a new conversation with the given room. The conversation is created at server side asynchronously.

Return

a IRainbowConversation object

Parameters

room

Room The room associated to the conversation