Re: [rtcweb] Why SDP answer needs and ack … was Re: SDP Offer/Answer draft-jennings-rtcweb-signaling

Iñaki Baz Castillo <ibc@aliax.net> Tue, 18 October 2011 19:44 UTC

Return-Path: <ibc@aliax.net>
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 562F921F8DCA for <rtcweb@ietfa.amsl.com>; Tue, 18 Oct 2011 12:44:08 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -2.56
X-Spam-Level:
X-Spam-Status: No, score=-2.56 tagged_above=-999 required=5 tests=[AWL=-0.035, BAYES_00=-2.599, FM_FORGED_GMAIL=0.622, MIME_8BIT_HEADER=0.3, RCVD_IN_DNSWL_LOW=-1, SARE_SUB_ENC_UTF8=0.152]
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 JsXvR6of9FVt for <rtcweb@ietfa.amsl.com>; Tue, 18 Oct 2011 12:44:07 -0700 (PDT)
Received: from mail-vx0-f172.google.com (mail-vx0-f172.google.com [209.85.220.172]) by ietfa.amsl.com (Postfix) with ESMTP id 4CC0F21F8DBA for <rtcweb@ietf.org>; Tue, 18 Oct 2011 12:44:07 -0700 (PDT)
Received: by vcbfo1 with SMTP id fo1so1044122vcb.31 for <rtcweb@ietf.org>; Tue, 18 Oct 2011 12:44:06 -0700 (PDT)
MIME-Version: 1.0
Received: by 10.52.25.75 with SMTP id a11mr4096809vdg.1.1318967046614; Tue, 18 Oct 2011 12:44:06 -0700 (PDT)
Received: by 10.220.118.143 with HTTP; Tue, 18 Oct 2011 12:44:06 -0700 (PDT)
In-Reply-To: <DA064BE5-9C95-4B87-B1D9-CD3FD1E0810D@cisco.com>
References: <15B0E3AD-3086-499A-8E79-7AE58B3376C4@cisco.com> <CALiegf=EXfNAfRDGiohz3aSqmZzsDDXbE=DRNX0gZTXz7x4+Yg@mail.gmail.com> <DA064BE5-9C95-4B87-B1D9-CD3FD1E0810D@cisco.com>
Date: Tue, 18 Oct 2011 21:44:06 +0200
Message-ID: <CALiegfn_DDxKwbq1gTeyDo+t=+oEyAy6eUS3sJ36Tbyo_Ffnww@mail.gmail.com>
From: Iñaki Baz Castillo <ibc@aliax.net>
To: Cullen Jennings <fluffy@cisco.com>
Content-Type: text/plain; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable
Cc: Jonathan Rosenberg <jonathan.rosenberg@skype.net>, rtcweb@ietf.org, public-webrtc@w3.org
Subject: Re: [rtcweb] Why SDP answer needs and ack … was Re: SDP Offer/Answer draft-jennings-rtcweb-signaling
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: Tue, 18 Oct 2011 19:44:08 -0000

2011/10/18 Cullen Jennings <fluffy@cisco.com>:
> Hi - glad to hear you see this going the right direction. On the topic of why we have an OK, let me provide a bit of the motivation.
>
> When one side sends and answer that says it wants to receive VP8 instead of H.264, it's probably useful to know when the other side got that information. This might impact the timing of when o send things or user interface that provides feedback about the status of the other side. We are also dealing with a web transaction model where transaction are not guarantee to happen even if they are sent over TCP. So you need to get back a response to request. It also helps with mapping to SIP but even if you were not mapping to another protocol, I suspect you would still need to be able to have an confirmation than and answer was received.

Hi Cullen. Let me put an example:

- alice: JS client implementing pure SIP over WebSocket.
- A proxy implementing SIP over UDP and WebSocket.
- bob: SIP UDP client.

The flows:

- alice sends INVITE to bob with an empty body (no SDP).
- bob replies a 200 with the SDP offer.
- alice receives the 200. Its JS code internally generates a ROAP Offer.
- alice generates a ROAP Answer and inserts its SDP into an ACK to be
sent to bob.
- In SIP we have ended. So how is supposed alice will receive the ROAP
OK message?

I don't understand yet if such ROAP OK message is mandatory to be sent
to the RTCweb stack. If so, the JS code in alice could auto-generate
it after sending the ACK, so the RTCweb stack becomes happy. But
obviously the advantage of such auto-generated ROAP OK is null.


Regards.


-- 
Iñaki Baz Castillo
<ibc@aliax.net>