Meeting SDK for iOS API Reference
Loading...
Searching...
No Matches
MobileRTCShareSourceHelper.h
Go to the documentation of this file.
1//
2// MobileRTCShareSourceHelper.h
3// MobileRTC
4//
5// Created by Zoom on 2022/6/30.
6// Copyright © Zoom Communications, Inc. All rights reserved.
7//
8
9#import <Foundation/Foundation.h>
10
11
16@interface MobileRTCShareSourceHelper : NSObject
17
25- (MobileRTCRawDataError)setExternalShareSource:(id<MobileRTCShareSourceDelegate> _Nullable)shareDelegate andAudioSource:(id <MobileRTCShareAudioSourceDelegate> _Nullable)audioDelegate;
26
27@end
28
MobileRTCRawDataError
Enumeration of raw data.
Manage external source for share video and share audio in meeting.