DescriptionExpose RtpCodecParameters to VoiceMediaInfo stats.
Payload type -> RtpCodecParameters maps added for sender and receiver.
This is a follow-up to https://codereview.webrtc.org/2484193002/ which
did the same thing for VideoMediaInfo. This information will be used to
produce RTCCodecStats[1].
Voice[Sender/Receiver]Info is updated with current codec payload type
for every stream which can be used to look up the codec in
VoiceMediaInfo.
[1] https://w3c.github.io/webrtc-stats/#codec-dict*
BUG=chromium:659117
Committed: https://crrev.com/1acfbd22cc30bc72af53187f25f3c389792968d3
Cr-Commit-Position: refs/heads/master@{#15144}
Patch Set 1 #Patch Set 2 : Using uint32_t in RtpCodecParametersMap instead of int #
Total comments: 7
Patch Set 3 : Addressed comments, using int #
Dependent Patchsets: Messages
Total messages: 33 (23 generated)
|