17 lines
352 B
Objective-C
17 lines
352 B
Objective-C
//
|
|
// SampleHandler.h
|
|
// BigBlueButton Broadcast
|
|
//
|
|
// Created by Gustavo Emanuel Farias Rosa on 09/05/22.
|
|
//
|
|
|
|
#ifndef SampleHandler_h
|
|
#define SampleHandler_h
|
|
|
|
#import <ReplayKit/ReplayKit.h>
|
|
#import <Foundation/Foundation.h>
|
|
|
|
void finishBroadcastGracefully(RPBroadcastSampleHandler * _Nonnull broadcastSampleHandler);
|
|
|
|
#endif /* SampleHandler_h */
|