Skip to content

Commit 7b782aa

Browse files
authored
removed unnecessary accessibility settings for PiP view on iOS (#1025)
1 parent a65e424 commit 7b782aa

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

packages/stream_video_flutter/ios/Classes/PictureInPicture/StreamAVPictureInPictureVideoCallViewController.swift

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -415,7 +415,5 @@ public struct SoundIndicator: View {
415415
.aspectRatio(contentMode: .fit)
416416
.frame(width: 12, height: 12)
417417
.foregroundColor(!isMuted ? .white : Color(red: 1.0, green: 0.216, blue: 0.259))
418-
.accessibility(identifier: "participantMic")
419-
.accessibilityValue(!isMuted ? "1" : "0")
420418
}
421419
}

0 commit comments

Comments
 (0)