#include <im.h>
Public Member Functions | |
ConversationInfo (const PString &id, bool opening, bool byRemote, const PSafePtr< OpalIMContext > &context) | |
Data Fields | |
PString | m_conversationId |
Conversation ID. | |
bool | m_opening |
Opening or closing conversation. | |
bool | m_byRemote |
Operation is initiated by remote user or local user. | |
PSafePtr< OpalIMContext > | m_context |
Context opening/closing. |
OpalIMContext::ConversationInfo::ConversationInfo | ( | const PString & | id, | |
bool | opening, | |||
bool | byRemote, | |||
const PSafePtr< OpalIMContext > & | context | |||
) | [inline] |
Operation is initiated by remote user or local user.
Context opening/closing.
Conversation ID.
Opening or closing conversation.