Skip to content
Snippets Groups Projects
Commit 8a58427d authored by Alexandre Savard's avatar Alexandre Savard
Browse files

[#2647] Start zrtp engin when receiving rtp packet only

There is a mechanism in libzrtpcpp that start the library as soon as RTP packet are received.
Using this mechanism (i.e. not calling zrtpStart() when initializing the library) fix the issue.
parent 947ec58e
Branches
Tags
Loading
......@@ -38,7 +38,7 @@ AudioZrtpSession::AudioZrtpSession (ManagerImpl * manager, SIPCall * sipcall, co
{
_debug ("AudioZrtpSession initialized");
initializeZid();
startZrtp();
// startZrtp();
}
void AudioZrtpSession::initializeZid (void)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment