WebRTCTrackMap constructor

WebRTCTrackMap({
  1. String kind = '',
  2. int trackIndex = 0,
  3. int senderId = 0,
  4. int senderTrackId = 0,
  5. String streamId = '',
  6. String sourceType = '',
  7. bool active = true,
})

Implementation

WebRTCTrackMap({
    this.kind = '',
    this.trackIndex = 0,
    this.senderId = 0,
    this.senderTrackId = 0,
    this.streamId = '',
    this.sourceType = '',
    this.active = true,
});