declineVideoCallSwitchRequest static method
Declines a request to switch from a voice call to video call from other Remote user in the call.
This method sends a request to the Mirrorfly platform to decline a request to switch from a voice call to video call.
Returns a Future that completes with the result of the operation.
Implementation
static Future<bool> declineVideoCallSwitchRequest() async {
return FlyChatFlutterPlatform.instance.declineVideoCallSwitchRequest();
}