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