- From: Adam Bergkvist via GitHub <sysbot+gh@w3.org>
- Date: Fri, 15 Apr 2016 08:39:56 +0000
- To: public-webrtc@w3.org
adam-be has just created a new issue for
https://github.com/w3c/webrtc-pc:
== No error defined for addTransceiver() with a bogus track kind ==
We need an error for:
pc.addTransceiver("bogus");
Some possible types from the WebIDL spec:
"InvalidAccessError" The object does not support the operation or
argument.
"SyntaxError" The string did not match the expected pattern.
"NotSupportedError" The operation is not supported.
"InvalidModificationError" The object can not be modified in this
way.
"OperationError" The operation failed for an operation-specific
reason.
Please view or discuss this issue at
https://github.com/w3c/webrtc-pc/issues/581 using your GitHub account
Received on Friday, 15 April 2016 08:39:57 UTC