Start sync when receive m.call.invite.
This commit is contained in:
parent
4791eb85af
commit
33a962b721
@ -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 🗣:
|
||||||
-
|
-
|
||||||
|
@ -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() {
|
||||||
|
Loading…
Reference in New Issue
Block a user