LiveComponent constructor

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

Implementation

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