diff --git a/README.md b/README.md
index c86fd38..c03e1be 100644
--- a/README.md
+++ b/README.md
@@ -314,7 +314,6 @@ class AppDelegate:UIResponder,UIApplicationDelegate {
-
@@ -449,11 +448,7 @@ class ViewController: UIViewController {
self.showCallToast(toast: "Please enter a valid username or group id")
return
}
- if self.callType != .groupCall {
- CallKitManager.shared.call(with: input, type: self.callType)
- } else {
- CallKitManager.shared.groupCall(groupId: input)
- }
+ CallKitManager.shared.call(with: input, type: self.callType)
}
}