requestVideoCallSwitch static method

Future<bool> requestVideoCallSwitch()

Used to requestVideoCallSwitch from Audio to Video Call You can switch the Audio Call to Video Call on requesting the Remote User If the remote User Accepts, Audio Call will be changed to Video Call.

Implementation

static Future<bool> requestVideoCallSwitch() async {
  return FlyChatFlutterPlatform.instance.requestVideoCallSwitch();
}