forked from mirrors/linphone-iphone
Need to start core in the core initialization in order to instanciate the PushRegistry and be able to process the voip push
This commit is contained in:
parent
e0374d458d
commit
eca85b80ad
1 changed files with 1 additions and 0 deletions
|
|
@ -284,6 +284,7 @@ final class CoreContext: ObservableObject {
|
|||
.sink { _ in
|
||||
self.mCore.iterate()
|
||||
}
|
||||
try? self.mCore.start()
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue