diff options
author | George Hazan <ghazan@miranda.im> | 2022-08-08 19:51:35 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2022-08-08 19:51:35 +0300 |
commit | 0b5fbaf1808367a10424e395fca1231790bc5ae7 (patch) | |
tree | 8a5a43f44362fa95eedcffcb399fa4b4bb430be1 /protocols/JabberG/src/jabber_proto.h | |
parent | 7ef04dbd77d561031c318f6066783e1b279d541c (diff) |
Jabber: more voip
Diffstat (limited to 'protocols/JabberG/src/jabber_proto.h')
-rw-r--r-- | protocols/JabberG/src/jabber_proto.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/protocols/JabberG/src/jabber_proto.h b/protocols/JabberG/src/jabber_proto.h index 8475e110f6..dc31a60dd2 100644 --- a/protocols/JabberG/src/jabber_proto.h +++ b/protocols/JabberG/src/jabber_proto.h @@ -904,6 +904,7 @@ struct CJabberProto : public PROTO<CJabberProto>, public IJabberInterface CMStringA m_voipSession, m_voipPeerJid;
CMStringA m_voipICEPwd, m_voipICEUfrag, m_medianame;
bool m_isOutgoing;
+ TiXmlDocument m_offerDoc; const TiXmlElement *m_offerNode;
HANDLE m_hVoiceEvent;
struct _GstElement *m_pipe1 = NULL;
struct _GstElement *m_webrtc1 = NULL;
|