mirror of
https://github.com/vector-im/element-android.git
synced 2024-11-15 01:35:07 +08:00
Start sync when receive m.call.invite.
This commit is contained in:
parent
4791eb85af
commit
33a962b721
@ -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…
Reference in New Issue
Block a user