VideoStreamEventHandler constructor

VideoStreamEventHandler({
  1. OnUserVideoStreamStart? onUserVideoStreamStart,
  2. UserStreamCallback? onUserVideoStreamStop,
  3. OnUserVideoStreamSubscribe? onUserVideoStreamSubscribe,
  4. UserStreamCallback? onUserVideoMute,
  5. UserStreamCallback? onUserVideoUnmute,
  6. UserStreamCallback? onFirstVideoDataReceived,
  7. UserStreamCallback? onFirstVideoFrameRendered,
  8. OnVideoStreamSnapshotCompleted? onVideoStreamSnapshotCompleted,
  9. OnVideoStreamCaptureStateChanged? onVideoCaptureStateChanged,
})

Implementation

VideoStreamEventHandler(
    {this.onUserVideoStreamStart,
    this.onUserVideoStreamStop,
    this.onUserVideoStreamSubscribe,
    this.onUserVideoMute,
    this.onUserVideoUnmute,
    this.onFirstVideoDataReceived,
    this.onFirstVideoFrameRendered,
    this.onVideoStreamSnapshotCompleted,
    this.onVideoCaptureStateChanged});