VideoLifecycleListener typedef

VideoLifecycleListener = void Function(VideoLifecycleEvent event, {bool? isMuted})

Implementation

typedef VideoLifecycleListener = void Function(
  VideoLifecycleEvent event, {
  bool? isMuted,
});