Skip to content

Commit fe4d495

Browse files
authored
Merge pull request #11 from zjc19891106/dev
Update README.md
2 parents 8c45e8a + b778c43 commit fe4d495

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

README.md

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -314,7 +314,6 @@ class AppDelegate:UIResponder,UIApplicationDelegate {
314314
<segments>
315315
<segment title="audio"/>
316316
<segment title="video"/>
317-
<segment title="group"/>
318317
</segments>
319318
<color key="tintColor" systemColor="systemBlueColor"/>
320319
<connections>
@@ -449,11 +448,7 @@ class ViewController: UIViewController {
449448
self.showCallToast(toast: "Please enter a valid username or group id")
450449
return
451450
}
452-
if self.callType != .groupCall {
453-
CallKitManager.shared.call(with: input, type: self.callType)
454-
} else {
455-
CallKitManager.shared.groupCall(groupId: input)
456-
}
451+
CallKitManager.shared.call(with: input, type: self.callType)
457452
}
458453
}
459454

0 commit comments

Comments
 (0)