setAnsMode abstract method

Future<int?> setAnsMode(
  1. AnsMode ansMode
)

Sets the Active Noise Cancellation(ANC) mode during audio and video communications.

Return value:

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);