codecs property

List<RTCRTPCodec>? codecs
getter/setter pair

Codec parameters can't currently be changed between getParameters and setParameters. Though in the future it will be possible to reorder them or remove them.

Implementation

List<RTCRTPCodec>? codecs;