cancelVideoCallSwitch static method

Future cancelVideoCallSwitch()

cancelVideoCallSwitch Used to Cancel the Video Call Request from Audio to Video Call You can use this cancelVideoCallSwitch to deny the request and also When the Request Timeouts

Implementation

static Future<dynamic> cancelVideoCallSwitch() async {
  return FlyChatFlutterPlatform.instance.cancelVideoCallSwitch();
}