LocalVideoStateCallback typedef
LocalVideoStateCallback =
void Function(LocalVideoStreamState localVideoState, LocalVideoStreamError error)
Implementation
typedef LocalVideoStateCallback = void Function(
LocalVideoStreamState localVideoState, LocalVideoStreamError error);