mirror of
https://gitlab.com/famedly/fluffychat.git
synced 2024-11-19 10:39:26 +01:00
chore: Follow up fix voip
This commit is contained in:
parent
f9c911264e
commit
65c005f895
@ -204,12 +204,6 @@ class VoipPlugin with WidgetsBindingObserver implements WebRTCDelegate {
|
||||
// TODO: implement handleNewGroupCall
|
||||
}
|
||||
|
||||
@override
|
||||
Future<webrtc_impl.MediaStream> cloneStream(webrtc_impl.MediaStream stream) {
|
||||
// TODO: implement cloneStream
|
||||
throw UnimplementedError();
|
||||
}
|
||||
|
||||
@override
|
||||
// TODO: implement canHandleNewCall
|
||||
bool get canHandleNewCall =>
|
||||
|
Loading…
Reference in New Issue
Block a user