Skip to content
Snippets Groups Projects
Commit a6694e62 authored by Adrien Béraud's avatar Adrien Béraud
Browse files

call service: adapt to deamon API changes

Change-Id: Ic106a1807bd50c28da49773775be424a07958fd5
parent 6895da29
No related branches found
No related tags found
No related merge requests found
......@@ -268,10 +268,10 @@ class CallService(
}
}
fun hangupParticipant(accountId:String, confId: String?, peerId: String) {
fun hangupParticipant(accountId:String, confId: String, peerId: String, deviceId: String = "") {
mExecutor.execute {
Log.i(TAG, "hangup participant... $peerId")
JamiService.hangupParticipant(accountId, confId, peerId)
JamiService.hangupParticipant(accountId, confId, peerId, deviceId)
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment