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 fcd2882 commit bf24061Copy full SHA for bf24061
QuickStart/AppDelegate.swift
@@ -34,7 +34,7 @@ class AppDelegate: UIResponder, UIApplicationDelegate {
34
SendBirdCall.configure(appId: appId)
35
}
36
37
- // To process incoming call, you need to add `SendBirdDelegate` and implement its protocol methods.
+ // To process incoming call, you need to add `SendBirdCallDelegate` and implement its protocol methods.
38
SendBirdCall.addDelegate(self, identifier: "com.sendbird.calls.quickstart.delegate")
39
40
self.voipRegistration()
0 commit comments