You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For each value of i from 0 to the number of encodings, check whether withParameters.encodings[i].codecPayloadType corresponds to a value of withParameters.codecs[j].payloadType where j goes from 0 to the number of codecs.
Must clarify that codecPayloadType may be unset (for the first encoding, and it that case the first media codec in codecs will be used).
The text was updated successfully, but these errors were encountered:
In
RtpSender.send()
:Must clarify that
codecPayloadType
may be unset (for the first encoding, and it that case the first media codec incodecs
will be used).The text was updated successfully, but these errors were encountered: