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
|
||||
throw UnimplementedError();
|
||||
}
|
||||
|
||||
@override
|
||||
// TODO: implement canHandleNewCall
|
||||
bool get canHandleNewCall =>
|
||||
voip.currentCID == null && voip.currentGroupCID == null;
|
||||
|
||||
@override
|
||||
void handleMissedCall(CallSession session) {
|
||||
// TODO: implement handleMissedCall
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue