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