Code cleanup

This commit is contained in:
Juha Heinanen
2025-01-30 00:01:03 +02:00
parent 2de42e0cde
commit 9932ceb624
2 changed files with 0 additions and 12 deletions
@@ -626,12 +626,6 @@ class BaresipService: Service() {
return
}
if (ev[0] == "player sessionid") {
playerSessionId = ev[1].toInt()
Log.d(TAG, "got player sessionid $playerSessionId")
return
}
if (ev[0] == "recorder sessionid") {
recorderSessionId = ev[1].toInt()
Log.d(TAG, "got recorder sessionid $recorderSessionId")
@@ -1624,7 +1618,6 @@ class BaresipService: Service() {
private var agc: AutomaticGainControl? = null
var webrtcAec = false
private var btAdapter: BluetoothAdapter? = null
private var playerSessionId = 0
private var recorderSessionId = 0
fun requestAudioFocus(ctx: Context): Boolean {