From 8e8141569e1cb81b5ac91aeabaa3fde04d59bff4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Carlos=20Gonz=C3=A1lez=20Florido?= Date: Thu, 10 Jul 2014 17:52:29 +0200 Subject: [PATCH] Update sdp.md --- doc/api/sdp.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/api/sdp.md b/doc/api/sdp.md index 9dab6de1..b5fec39a 100644 --- a/doc/api/sdp.md +++ b/doc/api/sdp.md @@ -1,10 +1,10 @@ -# NkSIP SipApps` API +# NkSIP SDP API Function|Description ---|--- [new/2](#new2)|Generates a simple base SDP record [new/0](#new0)|Generates a simple base SDP record using host `"auto.nksip"` -[empty/0](#empty0)|Generates an empty SDP record, using host `"local.nksip"` +[empty/0](#empty0)|Generates an empty SDP record, using host `"auto.nksip"` [increment/1](#increment1)|Increments the SDP version by one [update/2](#update2)|Updates and SDP changing all medias [is_sdp/1](#is_sdp1)|Checks if term is an valid SDP @@ -91,7 +91,7 @@ nksip_sdp:empty() -> nksip_sdp:sdp(). ``` -Generates an empty SDP record, using host `"local.nksip"` (see [new/2](#new2)). +Generates an empty SDP record, using host `"auto.nksip"` (see [new/2](#new2)). Equivalent to `new(<<"auto.nksip">>, [])`.