rtp.js
rtp.js copied to clipboard
getPayload return wrong value
the getPayload methid of RtpPacket is returning the same data view that was passed to RtpPacket constructor, what i know is that it should return rtp payload without headers, pleas fix that.