acceptVideoCallSwitchRequest method
This method is used to accept the video call switch request.
Implementation
Future<bool> acceptVideoCallSwitchRequest() async {
throw UnimplementedError(
'acceptVideoCallSwitchRequest has not been implemented.');
}