getConversationFromRoom

abstract fun getConversationFromRoom(room: Room): IRainbowConversation

Get the conversation from a room. If the conversation does not exist yet, a new one is created.

Return

the conversation retrieved if found locally

Parameters

room

Room The room associated to the conversation