From af7ec319f30cf0968d4dca762614d2ef5cc8de6f Mon Sep 17 00:00:00 2001 From: George Hazan Date: Mon, 5 Sep 2022 07:01:30 -0700 Subject: fixes for Voip --- protocols/JabberG/src/jabber_proto.h | 1 - 1 file changed, 1 deletion(-) (limited to 'protocols/JabberG/src/jabber_proto.h') 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, 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; -- cgit v1.2.3