diff options
author | George Hazan <ghazan@miranda.im> | 2022-09-05 07:01:30 -0700 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2022-09-05 07:01:30 -0700 |
commit | af7ec319f30cf0968d4dca762614d2ef5cc8de6f (patch) | |
tree | 355822a07267828ba3d6b4a3ab9885bf732353e3 /protocols/JabberG/src/jabber_proto.h | |
parent | 49a9d26f6a67dd4f0bade379402dd459baf9200e (diff) |
fixes for Voip
Diffstat (limited to 'protocols/JabberG/src/jabber_proto.h')
-rw-r--r-- | protocols/JabberG/src/jabber_proto.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/protocols/JabberG/src/jabber_proto.h b/protocols/JabberG/src/jabber_proto.h index daed6fa219..0df9ff5ffc 100644 --- a/protocols/JabberG/src/jabber_proto.h +++ b/protocols/JabberG/src/jabber_proto.h @@ -900,7 +900,6 @@ struct CJabberProto : public PROTO<CJabberProto>, public IJabberInterface bool OnRTPDescription(const TiXmlElement *Node);
bool VOIPCreatePipeline();
bool VOIPTerminateSession(const char *reason = "cancel");
- bool VOIPCallAccept(const TiXmlElement *jingleNode, const char *from);
bool VOIPCallIinitiate(MCONTACT hContact);
CMStringA m_voipSession, m_voipPeerJid;
|