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
{{ message }}
This repository was archived by the owner on Feb 25, 2026. It is now read-only.
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).
In
RtpSender.send():Must clarify that
codecPayloadTypemay be unset (for the first encoding, and it that case the first media codec incodecswill be used).