enableHeadphoneAEC method
Audio 3A - Enable/disable echo cancellation when using headphones
Recommended for voice chat and gaming scenarios.
Call this method at: After joining a room
@param enable true to enable headphone AEC, false to disable (default)
Implementation
void enableHeadphoneAEC(bool enable) {
ZegoUIKitCore.shared.enableHeadphoneAEC(enable);
}