Re: [rtcweb] The DTMF API [Was: Traffic should be encrypted. (Re: Let's define the purpose of WebRTC)]

Eric Rescorla <ekr@rtfm.com> Wed, 16 November 2011 08:02 UTC

Return-Path: <ekr@rtfm.com>
X-Original-To: rtcweb@ietfa.amsl.com
Delivered-To: rtcweb@ietfa.amsl.com
Received: from localhost (localhost [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id 6819D11E81BC for <rtcweb@ietfa.amsl.com>; Wed, 16 Nov 2011 00:02:07 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -102.94
X-Spam-Level:
X-Spam-Status: No, score=-102.94 tagged_above=-999 required=5 tests=[AWL=0.037, BAYES_00=-2.599, FM_FORGED_GMAIL=0.622, RCVD_IN_DNSWL_LOW=-1, USER_IN_WHITELIST=-100]
Received: from mail.ietf.org ([12.22.58.30]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id PhcWR8RAl5td for <rtcweb@ietfa.amsl.com>; Wed, 16 Nov 2011 00:02:07 -0800 (PST)
Received: from mail-yw0-f44.google.com (mail-yw0-f44.google.com [209.85.213.44]) by ietfa.amsl.com (Postfix) with ESMTP id E2DE311E81B1 for <rtcweb@ietf.org>; Wed, 16 Nov 2011 00:02:06 -0800 (PST)
Received: by ywt34 with SMTP id 34so7515442ywt.31 for <rtcweb@ietf.org>; Wed, 16 Nov 2011 00:02:06 -0800 (PST)
Received: by 10.146.68.21 with SMTP id q21mr7593475yaa.32.1321430526520; Wed, 16 Nov 2011 00:02:06 -0800 (PST)
MIME-Version: 1.0
Received: by 10.146.88.36 with HTTP; Tue, 15 Nov 2011 23:54:17 -0800 (PST)
X-Originating-IP: [74.95.2.173]
In-Reply-To: <4EC36BD0.8070504@skype.net>
References: <CAOJ7v-18cNX8xussOPXSEoFxAARu8WriL8XgxPVUXBrWhz=FFg@mail.gmail.com> <4EC28CF5.6000109@jesup.org> <D666B5A5-BF2E-46B7-B97F-06C3736E8357@acmepacket.com> <CAOJ7v-3v5Zu9ZOuL3Qqu+aEDJ4a3cqH+oJ2yj_ewOpxKe=jA_g@mail.gmail.com> <4EC36BD0.8070504@skype.net>
From: Eric Rescorla <ekr@rtfm.com>
Date: Tue, 15 Nov 2011 23:54:17 -0800
Message-ID: <CABcZeBOcqfB6Mv6w2s4Rhnhp-B1g9mdX4k2fVSGSzcxzYamYGg@mail.gmail.com>
To: Matthew Kaufman <matthew.kaufman@skype.net>
Content-Type: text/plain; charset="ISO-8859-1"
Content-Transfer-Encoding: quoted-printable
Cc: Randell Jesup <randell-ietf@jesup.org>, "<rtcweb@ietf.org>" <rtcweb@ietf.org>
Subject: Re: [rtcweb] The DTMF API [Was: Traffic should be encrypted. (Re: Let's define the purpose of WebRTC)]
X-BeenThere: rtcweb@ietf.org
X-Mailman-Version: 2.1.12
Precedence: list
List-Id: Real-Time Communication in WEB-browsers working group list <rtcweb.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/rtcweb>, <mailto:rtcweb-request@ietf.org?subject=unsubscribe>
List-Archive: <http://www.ietf.org/mail-archive/web/rtcweb>
List-Post: <mailto:rtcweb@ietf.org>
List-Help: <mailto:rtcweb-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/rtcweb>, <mailto:rtcweb-request@ietf.org?subject=subscribe>
X-List-Received-Date: Wed, 16 Nov 2011 08:02:07 -0000

On Tue, Nov 15, 2011 at 11:52 PM, Matthew Kaufman
<matthew.kaufman@skype.net> wrote:
> On 11/16/11 2:13 PM, Justin Uberti wrote:
>
> sendDTMF("1")  // plays tone 1 for 50 ms
>
> If I call this twice in a row, are they serialized? Is there a gap?

Also, does playout start right away or does it start after one
returns control to the JS VM?

-Ekr