SDPStreamPurpose constructor

SDPStreamPurpose({
  1. required String purpose,
  2. bool audio_muted = false,
  3. bool video_muted = false,
})

Implementation

SDPStreamPurpose(
    {required this.purpose,
    this.audio_muted = false,
    this.video_muted = false});