Re: [rtcweb] Relaxing SDP O/A (was RE: Agenda requests for Atlanta meeting)

Martin Thomson <martin.thomson@gmail.com> Thu, 18 October 2012 22:11 UTC

Return-Path: <martin.thomson@gmail.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 B1DC521F849B for <rtcweb@ietfa.amsl.com>; Thu, 18 Oct 2012 15:11:00 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -3.854
X-Spam-Level:
X-Spam-Status: No, score=-3.854 tagged_above=-999 required=5 tests=[AWL=-0.255, BAYES_00=-2.599, RCVD_IN_DNSWL_LOW=-1]
Received: from mail.ietf.org ([64.170.98.30]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id pfy0nukvkSYN for <rtcweb@ietfa.amsl.com>; Thu, 18 Oct 2012 15:11:00 -0700 (PDT)
Received: from mail-wi0-f172.google.com (mail-wi0-f172.google.com [209.85.212.172]) by ietfa.amsl.com (Postfix) with ESMTP id DA46B21F849A for <rtcweb@ietf.org>; Thu, 18 Oct 2012 15:10:59 -0700 (PDT)
Received: by mail-wi0-f172.google.com with SMTP id hq12so2252886wib.13 for <rtcweb@ietf.org>; Thu, 18 Oct 2012 15:10:59 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=wSwnzOCleehqRpVJgmFE+LTItVBk8CPAJxX980Oflcc=; b=TdF/k2qzxOtc3WMOVc+WQwrRrNlTj9VCkWnSMZARcVseUTZ1GrgRN1B7vcpwKY+t2S eGr3hBAGzcEDF1wkG22tgaMHvywV5vNftKAeBqZGNlLQl5qDt2lBM9N/kTknmkLxalEQ J3CMgtjBpJjYMvz4YaDQ5U2XhsGtdUe+OqzL1YGHi5fIShrVkwaroI/lfGT1p/+VaUwT ZfVGouqLImzLOjz8xbB43wd8pThPpBEVkAYIGntI3CUZfZfIkFIbuxsIgmN60W6iEZH1 TkyVVVa+ga9+QkXRUmo0UDjDy4mWnnuRGWbjevCg/WXhQbSLeDzfn0+UEPVZ6ISeoEiD 9/yg==
MIME-Version: 1.0
Received: by 10.180.108.45 with SMTP id hh13mr14214841wib.15.1350598258909; Thu, 18 Oct 2012 15:10:58 -0700 (PDT)
Received: by 10.180.92.39 with HTTP; Thu, 18 Oct 2012 15:10:58 -0700 (PDT)
In-Reply-To: <CABcZeBPoB1-ePVPprNmN81c5Sht-1AJh_BzHMW=7mejgM1g47w@mail.gmail.com>
References: <50804BFA.2030700@alvestrand.no> <201210182110.q9ILAq4K4836140@shell01.TheWorld.com> <CABcZeBOfrGcpSELeefhd4sXuzcfLwEt9R9Vt8ZWkF=W7PmUSPw@mail.gmail.com> <CABkgnnWjHHyC2tcZQs_Xfv8M3AH8DvMq3J+2zsqkWFVEMCQP4w@mail.gmail.com> <CABcZeBPoB1-ePVPprNmN81c5Sht-1AJh_BzHMW=7mejgM1g47w@mail.gmail.com>
Date: Thu, 18 Oct 2012 15:10:58 -0700
Message-ID: <CABkgnnXBMY=OTfRrSoh4sOCg=_je4C+QWNO+59wvnrJocuWtaw@mail.gmail.com>
From: Martin Thomson <martin.thomson@gmail.com>
To: Eric Rescorla <ekr@rtfm.com>
Content-Type: text/plain; charset="UTF-8"
Cc: rtcweb@ietf.org
Subject: Re: [rtcweb] Relaxing SDP O/A (was RE: Agenda requests for Atlanta meeting)
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: Thu, 18 Oct 2012 22:11:00 -0000

On 18 October 2012 14:55, Eric Rescorla <ekr@rtfm.com> wrote:
> I assume you mean in an update scenario, since in the initial offer
> scenario, you do pc.close();
>
> In the update scenario it seems to me that with the current
> API, the natural gesture is setRemoteDescription() with the previous
> answer. But obviously the world would be better if this were written
> down.

Or maybe setLocalDescription + setRemoteDescription with the entirety
of the previous session state.