QuickRTCConfig constructor

const QuickRTCConfig({
  1. required Socket socket,
  2. int maxParticipants = 0,
  3. bool debug = false,
})

Implementation

const QuickRTCConfig({
  required this.socket,
  this.maxParticipants = 0,
  this.debug = false,
});