LiveComponent constructor
const
LiveComponent({
- Key? key,
- required String userId,
- required LiveStreamType streamType,
- String livePlayerIdentifierNamespace = '',
Implementation
const LiveComponent({
super.key,
required this.userId,
required this.streamType,
this.livePlayerIdentifierNamespace = '',
});