Skip to content

Commit

Permalink
RTCCall.kt: fix compilation
Browse files Browse the repository at this point in the history
  • Loading branch information
mwarning committed Nov 29, 2022
1 parent 7ec7b65 commit 54eda1e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/src/main/kotlin/d/d/meshenger/call/RTCCall.kt
Original file line number Diff line number Diff line change
Expand Up @@ -727,12 +727,12 @@ class RTCCall : DataChannel.Observer {
}
}
closeCommSocket()
closePeerConnection()
statsTimer.cancel()
statsTimer.purge()
reportStateChange(CallState.ENDED)
} catch (e: IOException) {
e.printStackTrace()
reportStateChange(CallState.ERROR)
reportStateChange(CallState.ERROR_OTHER)
}
}
}
Expand Down

0 comments on commit 54eda1e

Please sign in to comment.