mirror of
https://git.jami.net/savoirfairelinux/jami-daemon.git
synced 2025-08-12 22:09:25 +08:00
callmanager/confmanager: cleanup
Fixed whitespace, removed unused methods, corrected documentation.
This commit is contained in:
File diff suppressed because it is too large
Load Diff
@ -237,14 +237,11 @@ CallManager::getIsRecording(const std::string& callID)
|
||||
return Manager::instance().isRecording(callID);
|
||||
}
|
||||
|
||||
|
||||
std::string
|
||||
CallManager::getCurrentAudioCodecName(const std::string& callID)
|
||||
std::string CallManager::getCurrentAudioCodecName(const std::string& callID)
|
||||
{
|
||||
return Manager::instance().getCurrentCodecName(callID).c_str();
|
||||
}
|
||||
|
||||
|
||||
std::map<std::string, std::string>
|
||||
CallManager::getCallDetails(const std::string& callID)
|
||||
{
|
||||
@ -257,12 +254,6 @@ CallManager::getCallList()
|
||||
return Manager::instance().getCallList();
|
||||
}
|
||||
|
||||
std::string
|
||||
CallManager::getCurrentCallID()
|
||||
{
|
||||
return Manager::instance().getCurrentCallId();
|
||||
}
|
||||
|
||||
void
|
||||
CallManager::playDTMF(const std::string& key)
|
||||
{
|
||||
|
@ -86,7 +86,6 @@ class CallManager
|
||||
void attendedTransfer(const std::string& transferID, const std::string& targetID);
|
||||
std::map< std::string, std::string > getCallDetails(const std::string& callID);
|
||||
std::vector< std::string > getCallList();
|
||||
std::string getCurrentCallID();
|
||||
|
||||
/* Conference related methods */
|
||||
void joinParticipant(const std::string& sel_callID, const std::string& drag_callID);
|
||||
|
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user