RTCHeaderExtension constructor

RTCHeaderExtension({
  1. String? uri,
  2. int? id,
  3. bool? encrypted,
})

Implementation

RTCHeaderExtension({this.uri, this.id, this.encrypted});