LiveComponent constructor

const LiveComponent({
  1. Key? key,
  2. required String userId,
  3. required LiveStreamType streamType,
})

Implementation

const LiveComponent({super.key, required this.userId, required this.streamType});