ORTC Draft Report Update
Posted on:Updated ORTC CG Draft Report / API:
http://ortc.org/wp-content/uploads/2016/05/ortc.html
B.1 Changes since 01 March 2016
- Added the
gather()
method, as noted in: Issue 165 - Removed “public” from
, as noted in: Issue 224RTCIceGatherPolicy
- Removed the minQuality attribute, as noted in: Issue 351
- Made
send()
andreceive()
asynchronous, as noted in: Issue 399, Issue 463, Issue 468 and Issue 469 - Provided additional information on ICE candidate errors, as noted in: Issue 402
- Added state attribute to
, as noted in: Issue 403RTCSctpTransport
- Provided an example of RTX/RED/FEC configuration, as noted in: Issue 404
- Clarified
payloadType
uniqueness, as noted in: Issue 405 - Updated the list of header extensions, as noted in: Issue 409
- Added “goog-remb” to the list of feedback mechanisms, as noted in: Issue 410
- Added kind argument to the
constructor, as noted in: Issue 411RTCRtpReceiver
- Clarified
send()
restrictions on kind, as noted in: Issue 414 - Added
getAlgorithm()
method, as noted in: Issue 427 - Changed
protocol and label to USVString, as noted in: Issue 429RTCDataChannel
- Clarified nullable attributes and methods returning empty lists, as noted in: Issue 433
- Clarified support for the “direction” parameter, as noted in: Issue 442
- Clarified the apt capability of the “red” codec, as noted in: Issue 444
- Clarified usage of
attributes, as noted in: Issue 445RTCRtpEncodingParameters
- Clarified firing of
onssrcconflict
event, as noted in: Issue 448 - Clarified that CNAME is only set on an
, as noted in: Issue 450RTCRtpSender
- Updated references, as noted in: Issue 457
- Described behavior of
send()
andreceive()
with unset
, as noted in: Issue 461RTCRtpEncodingParameters
- Corrected dictionary initialization in the examples, noted in: Issue 464 and Issue 465
- Corrected use of enums in the examples, noted in: Issue 466
- Clarified handling of identity constraints, as noted in: Issue 467 and Issue 468
- Clarified use of
RTCRtpEncodingParameters
, as noted in: Issue 470 - Changed hostCandidate type, as noted in: Issue 474
- Renamed state change event handlers to onstatechange, as noted in: Issue 475
- Updated description of
closed state, as noted in: Issue 476RTCIceGatherer
- Updated description of
object, as noted in: Issue 477RTCIceTransport
- Updated description of relatedPort, as noted in: Issue 484
- Updated description of
, as noted in: Issue 485RTCIceParameters
- Clarified exceptions in
construction, as noted in: Issue 492RTCDataChannel
- Provided a reference to
error.message
, as noted in: Issue 495 - Clarified
description, as noted in: Issue 496RTCRtpReceiver
- Clarified default for clockRate attribute, as noted in: Issue 500
- Removed use of “null if unset”, as noted in: Issue 503
- Updated
constructor, as noted in: Issue 504RTCSctpTransport
- Clarified behavior of
getCapabilities()
, as noted in: Issue 509 - Addressed issues with
, as noted in: Issue 519RTCDataChannelParameters