setCellularEnhancement abstract method

Future<int?> setCellularEnhancement(
  1. MediaTypeEnhancementConfig config
)

Valid since v3.56.1

Enables cellular network assisted communication to improve call quality.

Return value:

The function is off by default.

Implementation

Future<int?> setCellularEnhancement(MediaTypeEnhancementConfig config);