StreamPage constructor
- dynamic key,
- required dynamic appAttributes,
- required dynamic webrtcSettings,
Implementation
const StreamPage({
super.key,
required this.appAttributes,
required this.footer,
required this.webrtcSettings,
});
const StreamPage({
super.key,
required this.appAttributes,
required this.footer,
required this.webrtcSettings,
});