OPAL
Version 3.14.3
|
#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. More... | |
bool | m_opening |
Opening or closing conversation. More... | |
bool | m_byRemote |
Operation is initiated by remote user or local user. More... | |
PSafePtr< OpalIMContext > | m_context |
Context opening/closing. More... | |
Information in notification on conversation state change.
|
inline |
bool OpalIMContext::ConversationInfo::m_byRemote |
Operation is initiated by remote user or local user.
PSafePtr<OpalIMContext> OpalIMContext::ConversationInfo::m_context |
Context opening/closing.
PString OpalIMContext::ConversationInfo::m_conversationId |
Conversation ID.
bool OpalIMContext::ConversationInfo::m_opening |
Opening or closing conversation.