gitextract_bff1kkl2/ ├── .gitignore ├── Broadcast/ │ ├── Broadcast-Bridging-Header.h │ ├── Info.plist │ ├── SampleHandler.swift │ ├── SampleHandlerUtil.h │ └── SampleHandlerUtil.m ├── Podfile ├── ScreenSharing/ │ ├── AppDelegate.swift │ ├── Assets.xcassets/ │ │ ├── AccentColor.colorset/ │ │ │ └── Contents.json │ │ ├── AppIcon.appiconset/ │ │ │ └── Contents.json │ │ └── Contents.json │ ├── Base.lproj/ │ │ ├── LaunchScreen.storyboard │ │ └── Main.storyboard │ ├── Info.plist │ ├── JoinChannelViewController.swift │ ├── SceneDelegate.swift │ ├── ScreenSharingViewController.swift │ └── View/ │ ├── VideoView.swift │ └── VideoView.xib ├── ScreenSharing.xcodeproj/ │ └── project.pbxproj ├── ScreenSharingTests/ │ └── ScreenSharingTests.swift └── ScreenSharingUITests/ ├── ScreenSharingUITests.swift └── ScreenSharingUITestsLaunchTests.swift