RtcControls constructor

const RtcControls(
  1. Room room,
  2. LocalParticipant participant, {
  3. Key? key,
})

Implementation

const RtcControls(
  this.room,
  this.participant, {
  super.key,
});