Commit graph

16 commits

Author SHA1 Message Date
Joachim Bauch
dfe0e0176d ice: Added functions to get selected candidates. (#72)
* ice: Added functions to get selected candidates.

Also added a function to get the type of a candidate. This can be used when
sending data to handle relay candidates, where data must be sent through the
TURN client.

* Forward-declare "ice_cand" before it is used.
2017-09-06 19:47:58 +02:00
Alfred E. Heggestad
9263b81ae5 ice: move gathering to application (#68)
ref: https://github.com/creytiv/re/wiki/ICE-Stacks-merge
2017-07-15 09:12:12 +02:00
Alfred E. Heggestad
a1f84fe762 Remove ICE Session object (#56)
* ice: export enum ice_candpair_state

this is related to the work of merging 2 ice-stacks into 1:

    https://github.com/creytiv/re/wiki/ICE-Stacks-merge

* ice: remove ice session (struct ice)

* ice: remove list, cleanup

* ice: use local role instead of offerer
2017-04-28 08:13:00 +02:00
Alfred E. Heggestad
1fe13a9dd4 ice: make ice role type public (#43)
- add "ice/ICE" prefix to enum ice_role and values
- export enum ice_role to public API
2017-03-06 13:38:03 +01:00
Richard Aas
da5c50062f ice: rename struct cand to ice_cand 2015-02-02 07:26:18 +00:00
Richard Aas
dba2ee63f0 ice: use unsigned for compid 2015-01-26 15:23:19 +00:00
Richard Aas
4d174e571f ice: add SDP encode/decode of ICE candidate attr 2015-01-26 08:34:29 +00:00
Richard Aas
48ab5ad8db ice: export enum ice_cand_type 2015-01-19 07:24:33 +00:00
Richard Aas
e7bd36312f ice: add ice_set_conf() 2014-08-18 09:32:29 +00:00
Richard Aas
bb70ad2741 ice: fix ICE-lite mode 2014-02-03 12:26:20 +00:00
Richard Aas
5af1657c55 ice: many improvements and fixes 2013-05-27 13:23:03 +00:00
Richard Aas
cad21b5dcd ice: doxygen comments 2011-12-05 12:32:24 +00:00
Richard Aas
3777efae20 more ICE fixes 2011-01-26 13:32:32 +00:00
Richard Aas
f35510eb22 more ICE fixes 2011-01-19 09:44:20 +00:00
Richard Aas
c069895ffe ICE fixes 2011-01-17 06:06:23 +00:00
Alfred E. Heggestad
6648fd2393 update splash 2010-11-03 11:34:14 +00:00