Project re-initialization with latest react native (#19)

* Project re-initialization with latest react native (npx create-react-native-library)
This commit is contained in:
Tiago Jacobs
2022-08-16 08:08:40 -03:00
committed by GitHub
parent 00adc46c19
commit e200c0e7e0
105 changed files with 7290 additions and 6684 deletions

View File

@@ -0,0 +1,16 @@
//
// SampleHandler.swift
// BigBlueButtonMobileSdkBroadcastExample
//
// Created by Tiago Daniel Jacobs on 15/02/22.
//
import ReplayKit
import bigbluebutton_tablet_sdk_broadcast_upload_extension
class SampleHandler: BBBSampleHandler {
override func broadcastStarted(withSetupInfo setupInfo: [String : NSObject]?) {
super.setAppGroupName(appGroupName: Constants.appGroupName)
super.broadcastStarted(withSetupInfo: setupInfo)
}
}