You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

17 lines
430 B

//
// SampleHandler.swift
// BigBlueButton Broadcast
//
// Created by Tiago Daniel Jacobs on 22/08/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)
}
}