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
// Create the sender and receiver objectsvaraudioSender=newRtpSender(audioTrack,audioRtpDtlsTransport,audioRtcpDtlsTransport);varvideoSender=newRtpSender(videoTrack,videoRtpDtlsTransport,videoRtcpDtlsTransport);varaudioReceiver=newRtpReceiver(audioRtpDtlsTransport,audioRtcpDtlsTransport);varvideoReceiver=newRtpReceiver(videoRtpDtlsTransport,videoRtcpDtlsTransport);
RtpXXXer seems typo, but RTCRtpXXXer seems correct.
The text was updated successfully, but these errors were encountered:
#240
- Fixed typos in Example 11, as noted in:
#241#248
- Added text relating to RTCDataChannel exceptions and errors, as noted in:
#242
- Reconciliation of RTCRtpEncodingParameters dictionary with WebRTC 1.0, as noted in:
#249
w3c#240
- Fixed typos in Example 11, as noted in:
w3c#241w3c#248
- Added text relating to RTCDataChannel exceptions and errors, as noted in:
w3c#242
- Reconciliation of RTCRtpEncodingParameters dictionary with WebRTC 1.0, as noted in:
w3c#249
at https://github.com/openpeer/ortc/blob/master/ortc.html#L2460-L2463
RtpXXXer seems typo, but RTCRtpXXXer seems correct.
The text was updated successfully, but these errors were encountered: