Skip to content

Commit bf24061

Browse files
author
Jaesung
committed
Fix typo
1 parent fcd2882 commit bf24061

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

QuickStart/AppDelegate.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ class AppDelegate: UIResponder, UIApplicationDelegate {
3434
SendBirdCall.configure(appId: appId)
3535
}
3636

37-
// To process incoming call, you need to add `SendBirdDelegate` and implement its protocol methods.
37+
// To process incoming call, you need to add `SendBirdCallDelegate` and implement its protocol methods.
3838
SendBirdCall.addDelegate(self, identifier: "com.sendbird.calls.quickstart.delegate")
3939

4040
self.voipRegistration()

0 commit comments

Comments
 (0)