NERtcLiveStreamLayout constructor
NERtcLiveStreamLayout({
- int? width,
- int? height,
- NERtcLiveStreamImageInfo? backgroundImg,
- List<
NERtcLiveStreamUserTranscoding> ? userTranscodingList, - Color? backgroundColor,
Implementation
NERtcLiveStreamLayout({
this.width,
this.height,
this.backgroundImg,
this.userTranscodingList,
this.backgroundColor,
});