AudienceWidget constructor

const AudienceWidget({
  1. Key? key,
  2. required String roomId,
  3. required LiveCoreController liveCoreController,
  4. required LiveStreamManager liveStreamManager,
  5. VoidCallback? onTapEnterFloatWindowInApp,
  6. ValueChanged<bool>? onJoinLiveStateChanged,
  7. ValueChanged<bool>? onCoGuestStateChanged,
  8. VoidCallback? onDispose,
})

Implementation

const AudienceWidget(
    {super.key,
    required this.roomId,
    required this.liveCoreController,
    required this.liveStreamManager,
    this.onTapEnterFloatWindowInApp,
    this.onJoinLiveStateChanged,
    this.onCoGuestStateChanged,
    this.onDispose});