Skip to content

Commit

Permalink
Update sdp.md
Browse files Browse the repository at this point in the history
  • Loading branch information
kalta committed Jul 10, 2014
1 parent 1af60d2 commit 8e81415
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions doc/api/sdp.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -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">>, [])`.


Expand Down

0 comments on commit 8e81415

Please sign in to comment.