swapToRemoteMedia abstract method

Future<void> swapToRemoteMedia({
  1. required String reference,
  2. required String provider,
  3. String? streamType,
  4. double delay = 0,
  5. String reason = "",
  6. bool showReturnButton = false,
})

Implementation

Future<void> swapToRemoteMedia({
  required String reference,
  required String provider,
  String? streamType,
  double delay = 0,
  String reason = "",
  bool showReturnButton = false,
});