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.
2 parents 8c45e8a + b778c43 commit fe4d495Copy full SHA for fe4d495
README.md
@@ -314,7 +314,6 @@ class AppDelegate:UIResponder,UIApplicationDelegate {
314
<segments>
315
<segment title="audio"/>
316
<segment title="video"/>
317
- <segment title="group"/>
318
</segments>
319
<color key="tintColor" systemColor="systemBlueColor"/>
320
<connections>
@@ -449,11 +448,7 @@ class ViewController: UIViewController {
449
448
self.showCallToast(toast: "Please enter a valid username or group id")
450
return
451
}
452
- if self.callType != .groupCall {
453
- CallKitManager.shared.call(with: input, type: self.callType)
454
- } else {
455
- CallKitManager.shared.groupCall(groupId: input)
456
- }
+ CallKitManager.shared.call(with: input, type: self.callType)
457
458
459
0 commit comments