Video SDK for iOS API Reference
Loading...
Searching...
No Matches
ZoomVideoSDKAudioSender.h
Go to the documentation of this file.
1
6#import <Foundation/Foundation.h>
7
8NS_ASSUME_NONNULL_BEGIN
13@interface ZoomVideoSDKAudioSender : NSObject
14
23- (ZoomVideoSDKError)send:(char *)data dataLength:(NSUInteger)dataLength sampleRate:(NSUInteger)sampleRate;
24
25@end
26
27NS_ASSUME_NONNULL_END
ZoomVideoSDKError
Enumeration of all the errors in the VideoSDK.
A class for users to send audio raw data.