- From: <bugzilla@jessica.w3.org>
- Date: Wed, 04 Jun 2014 09:33:02 +0000
- To: public-webrtc@w3.org
https://www.w3.org/Bugs/Public/show_bug.cgi?id=25976
Bug ID: 25976
Summary: DTMFSender.insertDTMF steps should validate the values
of duration and interToneGap.
Product: WebRTC Working Group
Version: unspecified
Hardware: All
OS: All
Status: NEW
Severity: normal
Priority: P2
Component: WebRTC API
Assignee: public-webrtc@w3.org
Reporter: kiran.guduru@samsung.com
CC: public-webrtc@w3.org
The steps of insertDTMF should validate values of duration and interToneGap
before assigning.
Following step can be added to validate it.
3. If the values of duration or interToneGap are out of the specified range,
return and abort these steps.
or
3. If the values of duration or interToneGap are out of the specified range,
throw the corresponding error and abort these steps.
--
You are receiving this mail because:
You are on the CC list for the bug.
You are the assignee for the bug.
Received on Wednesday, 4 June 2014 09:33:03 UTC