getConversationByConversationGroupId

suspend fun getConversationByConversationGroupId(context: Context, conversationGroupId: String): Flow<STWConversation?>

Call this method to retrieve the conversation represented by STWConversation object given a conversationId.

Return

The conversation represented by STWConversation or null

See also

Parameters

context

The application context

conversationGroupId

The conversation ID