setAnsMode abstract method
Sets the Active Noise Cancellation(ANC) mode during audio and video communications.
Return value:
0
: Success.<0
: Failure. See ReturnStatus for the reason.
You can call this API before or after entering a room. When you repeatedly call it, only the last call takes effect.
Implementation
Future<int?> setAnsMode(AnsMode ansMode);