diff --git a/ios/AppDelegate.swift b/ios/AppDelegate.swift index c856614..9a4df38 100644 --- a/ios/AppDelegate.swift +++ b/ios/AppDelegate.swift @@ -1,3 +1,9 @@ +// +// AppDelegate.swift +// +// Created by Tiago Daniel Jacobs on 11/03/22. +// + import UIKit import bigbluebutton_mobile_sdk diff --git a/ios/BigBlueButton Broadcast/Info.plist b/ios/BigBlueButton Broadcast/Info.plist index e936790..4fc0020 100644 --- a/ios/BigBlueButton Broadcast/Info.plist +++ b/ios/BigBlueButton Broadcast/Info.plist @@ -10,6 +10,8 @@ $(PRODUCT_MODULE_NAME).SampleHandler RPBroadcastProcessMode RPBroadcastProcessModeSampleBuffer + NSMicrophoneUsageDescription + BigBlueButton needs microphone access to allow you to share your microphone during a meeting. diff --git a/ios/BigBlueButton Broadcast/SampleHandler.swift b/ios/BigBlueButton Broadcast/SampleHandler.swift index 86d1295..a77a3e1 100644 --- a/ios/BigBlueButton Broadcast/SampleHandler.swift +++ b/ios/BigBlueButton Broadcast/SampleHandler.swift @@ -1,8 +1,16 @@ -import bigbluebutton_mobile_sdk_common +// +// SampleHandler.swift +// BigBlueButtonMobileSdkBroadcastExample +// +// Created by Tiago Daniel Jacobs on 15/02/22. +// + +import ReplayKit +import bigbluebutton_mobile_sdk_broadcast_upload_extension class SampleHandler: BBBSampleHandler { - override func broadcastStarted(withSetupInfo setupInfo: [String : NSObject]?) { - super.setAppGroupName(appGroupName: Constants.appGroupName) - super.broadcastStarted(withSetupInfo: setupInfo) - } + override func broadcastStarted(withSetupInfo setupInfo: [String : NSObject]?) { + super.setAppGroupName(appGroupName: Constants.appGroupName) + super.broadcastStarted(withSetupInfo: setupInfo) + } } diff --git a/ios/BigBlueButton/Info.plist b/ios/BigBlueButton/Info.plist index 8e5a186..07241a4 100644 --- a/ios/BigBlueButton/Info.plist +++ b/ios/BigBlueButton/Info.plist @@ -33,7 +33,17 @@ NSLocationWhenInUseUsageDescription - + + UIAppFonts + + NSMicrophoneUsageDescription + BigBlueButton needs microphone access to allow you to share your microphone during a meeting. + NSCameraUsageDescription + BigBlueButton needs camera access to allow you to share your camera during a meeting. + UIBackgroundModes + + audio + UILaunchStoryboardName LaunchScreen UIRequiredDeviceCapabilities @@ -48,7 +58,5 @@ UIViewControllerBasedStatusBarAppearance - UIAppFonts -