mirror of
https://github.com/SchildiChat/SchildiChat-android.git
synced 2025-02-16 12:00:03 +03:00
Start sync when receive m.call.invite.
This commit is contained in:
parent
4791eb85af
commit
33a962b721
2 changed files with 3 additions and 0 deletions
|
@ -17,6 +17,7 @@ Improvements 🙌:
|
|||
|
||||
Bugfix 🐛:
|
||||
- Messages encrypted with no way to decrypt after SDK update from 0.18 to 1.0.0 (#2252)
|
||||
- Incoming call continues to ring if call is answered on another device (#1921)
|
||||
|
||||
Translations 🗣:
|
||||
-
|
||||
|
|
|
@ -702,6 +702,8 @@ class WebRtcPeerConnectionManager @Inject constructor(
|
|||
)
|
||||
|
||||
callContext.offerSdp = callInviteContent.offer
|
||||
|
||||
currentSession?.startSync(true)
|
||||
}
|
||||
|
||||
private fun createAnswer() {
|
||||
|
|
Loading…
Add table
Reference in a new issue