Re: [rtcweb] Terminate or Reject streams by setting port to zero in SDP

Martin Thomson <martin.thomson@gmail.com> Mon, 23 July 2012 18:57 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 B620F11E80CF for <rtcweb@ietfa.amsl.com>; Mon, 23 Jul 2012 11:57:22 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -3.926
X-Spam-Level:
X-Spam-Status: No, score=-3.926 tagged_above=-999 required=5 tests=[AWL=-0.327, BAYES_00=-2.599, RCVD_IN_DNSWL_LOW=-1]
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 GVYvgA6LhQ9i for <rtcweb@ietfa.amsl.com>; Mon, 23 Jul 2012 11:57:22 -0700 (PDT)
Received: from mail-lpp01m010-f44.google.com (mail-lpp01m010-f44.google.com [209.85.215.44]) by ietfa.amsl.com (Postfix) with ESMTP id E348011E8093 for <rtcweb@ietf.org>; Mon, 23 Jul 2012 11:57:21 -0700 (PDT)
Received: by lagv3 with SMTP id v3so205094lag.31 for <rtcweb@ietf.org>; Mon, 23 Jul 2012 11:57:20 -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=Ui0bBcBUxLxJKJNxxVlyAGU8MlxbQXvIoYynZ7EQ3Ks=; b=UCl82NQ+7dqLpH82o8Um1N5EZf7auvvz1tFYvrroIlt/3If5C4bNKLYKnF7cViGb+0 7lziaGmJ6mz/L39HSkXqUX1JlGfa4YagebubKVsSk+2Ke+3CNU2IvwIzgeRYE7tW+F25 YxhgUhnY6edmy3ELU/E0ltnmRjlCdyzEnGUPYWcCcMpab1DlcHALlAnB/qYhaCA7OdzJ JvQ9HIbLmyljGQd5cIKzm0mGZDzzdoxy8BCfueGy7DJA+LWntdaiZSPTs13b3Np3MEZ8 WfztrXdYfxoIwB0qGaO3xDeMD9mX5vlSQ1kypY7uXBBY1+h2beHzLlPdFNuqTaJhRkHl AFvQ==
MIME-Version: 1.0
Received: by 10.152.144.234 with SMTP id sp10mr18029601lab.51.1343069840879; Mon, 23 Jul 2012 11:57:20 -0700 (PDT)
Received: by 10.112.95.40 with HTTP; Mon, 23 Jul 2012 11:57:20 -0700 (PDT)
In-Reply-To: <500A9FC7.2000802@ericsson.com>
References: <CABw3bnMTAh6_fWEE-p8k2kd6kD=y+s3XVNWdA_rCBYs6OzA=jQ@mail.gmail.com> <5008EF08.6080803@alvestrand.no> <500A9FC7.2000802@ericsson.com>
Date: Mon, 23 Jul 2012 11:57:20 -0700
Message-ID: <CABkgnnXhfKqUKLBHekXA9BMhVUz6haF6zEHLf-Lu7yPBbyFaHg@mail.gmail.com>
From: Martin Thomson <martin.thomson@gmail.com>
To: Stefan Hakansson LK <stefan.lk.hakansson@ericsson.com>
Content-Type: text/plain; charset="UTF-8"
Cc: rtcweb@ietf.org
Subject: Re: [rtcweb] Terminate or Reject streams by setting port to zero in SDP
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: Mon, 23 Jul 2012 18:57:22 -0000

On 21 July 2012 05:25, Stefan Hakansson LK
<stefan.lk.hakansson@ericsson.com> wrote:
> In 3264 it is said "The means for rejecting an offer are dependent on the
> higher layer protocol.", but that does not seem appropriate in this case.

Doesn't that mean that you need a way to reject an offer?  Imagine
that you call createOffer and that is incompatible with the state on
the other peer in some way.  Given that you have already
setLocalDescription, what do you do to back out an offer that has been
rejected?  It seems that the only action available is to create
another offer.

--Martin