Skip to content
Snippets Groups Projects
Commit fa70e0e9 authored by Rafaël Carré's avatar Rafaël Carré
Browse files

AudioRtpFactory: return cached type of rtp session. The rtp session can have...

AudioRtpFactory: return cached type of rtp session. The rtp session can have disappeared if the call was put on hold
parent d1847bb3
Branches
Tags
No related merge requests found
......@@ -116,7 +116,7 @@ class AudioRtpFactory
* Sdes = 2
*/
RtpMethod getAudioRtpType (void) const {
return _rtpSession->getAudioRtpType();
return _keyExchangeProtocol;
}
/**
......@@ -163,7 +163,7 @@ class AudioRtpFactory
// Field used when initializinga udio rtp session
// May be set manually or from config using initAudioRtpConfig
int _keyExchangeProtocol;
RtpMethod _keyExchangeProtocol;
// Field used when initializinga udio rtp session
// May be set manually or from config using initAudioRtpConfig
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment