ApiVideoLiveStreamEventsListener constructor

ApiVideoLiveStreamEventsListener({
  1. VoidCallback? onConnectionSuccess,
  2. dynamic onConnectionFailed(
    1. String
    )?,
  3. VoidCallback? onDisconnection,
  4. dynamic onVideoSizeChanged(
    1. Size
    )?,
  5. dynamic onError(
    1. Exception
    )?,
})

Implementation

ApiVideoLiveStreamEventsListener(
    {this.onConnectionSuccess,
    this.onConnectionFailed,
    this.onDisconnection,
    this.onVideoSizeChanged,
    this.onError});