MeetingSDKScreenSharing.h
IntroductionUse the links in the table of contents to the left to access the documentation. MethodsbroadcastFinished- (void)broadcastFinished; DiscussionThe method to call when you receive the broadcastFinished callback in your screen sharing extension broadcastPaused- (void)broadcastPaused; DiscussionThe method to call when you receive the broadcastPaused callback in your screen sharing extension broadcastResumed- (void)broadcastResumed; DiscussionThe method to call when you receive the broadcastResumed callback in your screen sharing extension broadcastStartedWithSetupInfo:- (void)broadcastStartedWithSetupInfo:(NSDictionary<NSString *,NSObject *> *)setupInfo; ParametersDiscussionThe method to call when you receive the broadcastStartedWithSetupInfo callback in your screen sharing extension processSampleBuffer:withType:- (void)processSampleBuffer:(CMSampleBufferRef)sampleBuffer withType:(RPSampleBufferType)sampleBufferType; Parameters
DiscussionThe method to call when you receive the broadcastPaused callback in your screen sharing extension setAppGroupId:- (void)setAppGroupId:(NSString *)argAppGroup; ParametersDiscussionTells the MeetingSDKScreenSharing class what AppGroup ID to use when storing individual frames coming from the operating system sharedInstance+(MeetingSDKScreenSharing *)sharedInstance; DiscussionThe shared instance for this singleton. Always use this static method to get the shared instance of MeetingSDKScreenSharing before calling any of the other methods in this class. |