enable_custom_audio_capture method
10.3
Implementation
int enable_custom_audio_capture(
trtc_cloud instance,
bool enable,
) {
return _enable_custom_audio_capture(
instance,
enable,
);
}
10.3
int enable_custom_audio_capture(
trtc_cloud instance,
bool enable,
) {
return _enable_custom_audio_capture(
instance,
enable,
);
}