chore: Update SDK
This commit is contained in:
parent
f1ebc81cf6
commit
153e333693
8 changed files with 29 additions and 32 deletions
|
|
@ -219,7 +219,7 @@ class BackgroundPush {
|
|||
|
||||
Future<void> setupPush() async {
|
||||
Logs().d("SetupPush");
|
||||
if (client.loginState != LoginState.loggedIn ||
|
||||
if (client.onLoginStateChanged.value != LoginState.loggedIn ||
|
||||
!PlatformInfos.isMobile ||
|
||||
context == null) {
|
||||
return;
|
||||
|
|
|
|||
|
|
@ -164,4 +164,10 @@ class VoipPlugin extends WidgetsBindingObserver implements WebRTCDelegate {
|
|||
void handleNewGroupCall(GroupCall groupCall) {
|
||||
// TODO: implement handleNewGroupCall
|
||||
}
|
||||
|
||||
@override
|
||||
Future<webrtc_impl.MediaStream> cloneStream(webrtc_impl.MediaStream stream) {
|
||||
// TODO: implement cloneStream
|
||||
throw UnimplementedError();
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue