Receive audio raw data.
More...
#include <MobileRTCMeetingDelegate.h>
Inherits <NSObject>.
Receive audio raw data.
- Note
- The MobileRTCAudioRawDataDelegate protocol is required in the custom meeting UI view.
Definition at line 1719 of file MobileRTCMeetingDelegate.h.
◆ onMobileRTCMixedAudioRawData:
Receive mixed raw audio data.
- Parameters
-
◆ onMobileRTCOneWayAudioAudioRawData:userId:
- (void) onMobileRTCOneWayAudioAudioRawData: |
|
(MobileRTCAudioRawData *_Nonnull) | rawData |
userId: |
|
(NSUInteger) | userId |
|
optionalrequired |
Receive each road user raw audio data.
- Parameters
-
◆ onShareAudioRawDataReceived:userId:
- (void) onShareAudioRawDataReceived: |
|
(MobileRTCAudioRawData *_Nonnull) | rawData |
userId: |
|
(NSUInteger) | userId |
|
optionalrequired |
Notify to receive the share audio raw data.
- Parameters
-
rawData | The received audio raw data. |
userId | The user id of received user's data. |