Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
savoirfairelinux
jami-daemon
Commits
45da9d27
Commit
45da9d27
authored
Jul 17, 2013
by
Tristan Matthews
Browse files
* #26839: client/android: add updatePlayback signal
parent
e73426dd
Changes
2
Hide whitespace changes
Inline
Side-by-side
daemon/src/client/android/callmanager.cpp
View file @
45da9d27
...
...
@@ -518,4 +518,8 @@ void CallManager::registrationStateChanged(const std::string& accoundID, const s
void
CallManager
::
sipCallStateChanged
(
const
std
::
string
&
accoundID
,
const
std
::
string
&
state
,
const
int32_t
&
code
)
{
}
\ No newline at end of file
}
void
CallManager
::
updatePlaybackScale
(
const
int32_t
&
,
const
int32_t
&
)
{
}
daemon/src/client/android/callmanager.h
View file @
45da9d27
...
...
@@ -139,6 +139,7 @@ class CallManager {
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
sipCallStateChanged
(
const
std
::
string
&
accoundID
,
const
std
::
string
&
state
,
const
int32_t
&
code
);
void
updatePlaybackScale
(
const
int32_t
&
,
const
int32_t
&
);
private:
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment