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 a6d496b commit f5c6589Copy full SHA for f5c6589
DemoApp/Sources/ViewModifiers/CallModifier/DemoCallModifier.swift
@@ -34,8 +34,7 @@ struct DemoCallModifier<Factory: ViewFactory>: ViewModifier {
34
private func contentView(_ rootView: Content) -> some View {
35
if
36
let call = viewModel.call,
37
- call.callType == .livestream,
38
- (call.currentUserHasCapability(.sendAudio) == false) || (call.currentUserHasCapability(.sendVideo) == false) {
+ call.callType == .livestream {
39
ZStack {
40
rootView
41
LivestreamPlayer(
0 commit comments