chore: Update matrix SDK
This commit is contained in:
parent
032e6a57e1
commit
4f051a1f60
3 changed files with 12 additions and 2 deletions
|
|
@ -209,4 +209,14 @@ class VoipPlugin with WidgetsBindingObserver implements WebRTCDelegate {
|
||||||
// TODO: implement cloneStream
|
// TODO: implement cloneStream
|
||||||
throw UnimplementedError();
|
throw UnimplementedError();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@override
|
||||||
|
// TODO: implement canHandleNewCall
|
||||||
|
bool get canHandleNewCall =>
|
||||||
|
voip.currentCID == null && voip.currentGroupCID == null;
|
||||||
|
|
||||||
|
@override
|
||||||
|
void handleMissedCall(CallSession session) {
|
||||||
|
// TODO: implement handleMissedCall
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -1044,7 +1044,7 @@ packages:
|
||||||
name: matrix
|
name: matrix
|
||||||
url: "https://pub.dartlang.org"
|
url: "https://pub.dartlang.org"
|
||||||
source: hosted
|
source: hosted
|
||||||
version: "0.13.0"
|
version: "0.14.1"
|
||||||
matrix_api_lite:
|
matrix_api_lite:
|
||||||
dependency: transitive
|
dependency: transitive
|
||||||
description:
|
description:
|
||||||
|
|
|
||||||
|
|
@ -65,7 +65,7 @@ dependencies:
|
||||||
latlong2: ^0.8.1
|
latlong2: ^0.8.1
|
||||||
localstorage: ^4.0.0+1
|
localstorage: ^4.0.0+1
|
||||||
lottie: ^1.2.2
|
lottie: ^1.2.2
|
||||||
matrix: ^0.13.0
|
matrix: ^0.14.1
|
||||||
matrix_homeserver_recommendations: ^0.3.0
|
matrix_homeserver_recommendations: ^0.3.0
|
||||||
matrix_link_text: ^1.0.2
|
matrix_link_text: ^1.0.2
|
||||||
native_imaging: ^0.1.0
|
native_imaging: ^0.1.0
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue