setCallConfig abstract method
Updates the call configuration used by the engine.
enableOffline: whether offline push and signaling are supported.enableSwitchVideoConfirm: whether switching to video requires confirmation.enableSwitchAudioConfirm: whether switching to audio requires confirmation.
Implementation
Future<VoidResult> setCallConfig({
bool enableOffline = true,
bool enableSwitchVideoConfirm = false,
bool enableSwitchAudioConfirm = false,
});