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
22- (ZoomVideoSDKError)send:(char *)data dataLength:(NSUInteger)dataLength sampleRate:(NSUInteger)sampleRate;
23
24@end
25
26NS_ASSUME_NONNULL_END
ZoomVideoSDKError
Enumerates all errors in the VideoSDK.
A class for user to send audio raw data.