We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6113672 commit deeca85Copy full SHA for deeca85
ios/Classes/SwiftTwilioVoicePlugin.swift
@@ -75,6 +75,8 @@ public class SwiftTwilioVoicePlugin: NSObject, FlutterPlugin, FlutterStreamHand
75
76
voipRegistry.delegate = self
77
voipRegistry.desiredPushTypes = Set([PKPushType.voIP])
78
+
79
+ UNUserNotificationCenter.current().delegate = self
80
81
let appDelegate = UIApplication.shared.delegate
82
guard let controller = appDelegate?.window??.rootViewController as? FlutterViewController else {
0 commit comments