ConferenceVideoView constructor

const ConferenceVideoView({
  1. Key? key,
  2. ConferenceVideoViewCreatedCallback? onVideoViewCreated,
})

Implementation

const ConferenceVideoView({
  Key? key,
  this.onVideoViewCreated,
}) : super(key: key);