Start sync when receive m.call.invite.

This commit is contained in:
Onuray Sahin 2020-09-04 17:55:29 +03:00 committed by Valere
parent 4791eb85af
commit 33a962b721
2 changed files with 3 additions and 0 deletions

View File

@ -17,6 +17,7 @@ Improvements 🙌:
Bugfix 🐛: Bugfix 🐛:
- Messages encrypted with no way to decrypt after SDK update from 0.18 to 1.0.0 (#2252) - 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 🗣: Translations 🗣:
- -

View File

@ -702,6 +702,8 @@ class WebRtcPeerConnectionManager @Inject constructor(
) )
callContext.offerSdp = callInviteContent.offer callContext.offerSdp = callInviteContent.offer
currentSession?.startSync(true)
} }
private fun createAnswer() { private fun createAnswer() {