You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Please update to version 2.0.0 (make sure you check the changelog, because the input structure has been changed) await FlutterCallkitIncoming.setCallConnected(this._currentUuid);
This code is called when outgoing call for CallKit.
flutter_callkit_incoming/ios/Classes/SwiftFlutterCallkitIncomingPlugin.swift
Lines 367 to 381 in 988e33c
Especially, these lines are called on outgoing call when a callee answered.
flutter_callkit_incoming/ios/Classes/SwiftFlutterCallkitIncomingPlugin.swift
Lines 374 to 376 in 988e33c
However, I think this API is wrong by Apple Documentation. https://developer.apple.com/documentation/callkit/cxprovider/1930695-reportoutgoingcall
This part fixes at #264
Also, this method
hasConnected
should be called when callee answered.flutter_callkit_incoming/ios/Classes/Call.swift
Lines 66 to 73 in 988e33c
However this method is never called in this time. I tried to fix this part but I don't have enough knowledge for Swift so I couldn't.
The text was updated successfully, but these errors were encountered: