setCellularEnhancement abstract method
Valid since v3.56.1
Enables cellular network assisted communication to improve call quality.
Return value:
- 0: Success.
- !0: Failure. See ReturnStatus for the reason.
The function is off by default.
Implementation
Future<int?> setCellularEnhancement(MediaTypeEnhancementConfig config);