[webrtc-pc] Merged Pull Request: Make last arg (a dictionary) of addTransceiver optional

dontcallmedom has just merged pull request 642 for 
https://github.com/w3c/webrtc-pc:

== Make last arg (a dictionary) of addTransceiver optional ==
Per http://heycam.github.io/webidl/#dfn-optional-argument
> If the type of an argument is a dictionary type or a union type that
 has a dictionary type as one of its flattened member types, and that 
dictionary type and its ancestors have no required members, and the 
argument is either the final argument or is followed only by optional 
arguments, then the argument MUST be specified as optional

close #639

See https://github.com/w3c/webrtc-pc/pull/642

Received on Thursday, 19 May 2016 14:07:07 UTC