Skip to main content

Retrieve information for the specified conversation by its Conversation identifier. An empty object indicates that no conversation information exists.

Parameters

NameTypeDescriptionVersion
conversationConversationConversation identifier1.0.0

Code Example

ConversationInfo info = JIM.getInstance().getConversationManager().getConversationInfo(conversation);