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

AudioRtpFactory: remove unused setters

parent 6311dac5
Branches
No related tags found
No related merge requests found
......@@ -126,20 +126,6 @@ class AudioRtpFactory
_srtpEnabled = enable;
}
/**
* Manually set the keyExchangeProtocol parameter (usefull for RTP fallback)
*/
void setKeyExchangeProtocol (int proto) {
_keyExchangeProtocol = proto;
}
/**
* Manually set the setHelloHashEnabled parameter (usefull for RTP fallback)
*/
void setHelloHashEnabled (bool enable) {
_helloHashEnabled = enable;
}
/**
* Get the current AudioZrtpSession. Throws an AudioRtpFactoryException
* if the current rtp thread is null, or if it's not of the correct type.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment