Skip to content
Snippets Groups Projects
Commit 45da9d27 authored by Tristan Matthews's avatar Tristan Matthews
Browse files

* #26839: client/android: add updatePlayback signal

parent e73426dd
Branches
Tags
No related merge requests found
...@@ -519,3 +519,7 @@ void CallManager::sipCallStateChanged(const std::string& accoundID, const std::s ...@@ -519,3 +519,7 @@ void CallManager::sipCallStateChanged(const std::string& accoundID, const std::s
{ {
} }
void CallManager::updatePlaybackScale(const int32_t&, const int32_t&)
{
}
...@@ -139,6 +139,7 @@ class CallManager { ...@@ -139,6 +139,7 @@ class CallManager {
void newCallCreated(const std::string& accountID, const std::string& callID, const std::string& to); void newCallCreated(const std::string& accountID, const std::string& callID, const std::string& to);
void registrationStateChanged(const std::string& accoundID, const std::string& state, const int32_t& code); void registrationStateChanged(const std::string& accoundID, const std::string& state, const int32_t& code);
void sipCallStateChanged(const std::string& accoundID, const std::string& state, const int32_t& code); void sipCallStateChanged(const std::string& accoundID, const std::string& state, const int32_t& code);
void updatePlaybackScale(const int32_t&, const int32_t&);
private: private:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment