declineVideoCallSwitchRequest method

Future<bool> declineVideoCallSwitchRequest()

This method is used to decline the video call switch request.

Implementation

Future<bool> declineVideoCallSwitchRequest() async {
  throw UnimplementedError(
      'declineVideoCallSwitchRequest has not been implemented.');
}