aboutsummaryrefslogtreecommitdiff
path: root/plugins/ice/src/transport_parameters.vala
Commit message (Collapse)AuthorAgeFilesLines
* DTLS: Handle DTLS fingerprint in transport-info before session-acceptMarvin W2022-02-091-2/+27
|
* Fixes for older valac versionsMarvin W2021-12-251-3/+4
|
* Fix build with older Vala compilersMarvin W2021-12-231-2/+4
| | | | | - Older versions seem to assume a wrong type for Nice messages - Older versions have broken bindings for Gst.Value.set_fraction
* SRTP: Do not continue processing data after encrypt/decrypt failedMarvin W2021-12-181-0/+1
| | | | RTP: Copy less
* ICE: Use non-blocking sendMarvin W2021-12-181-8/+14
|
* ICE: Run receiver in own threadMarvin W2021-12-181-1/+14
|
* Log when DTLS-SRTP has errorsMarvin W2021-11-101-2/+6
|
* ICE: Report transferred bytes for UIMarvin W2021-11-101-16/+8
|
* Use the same DTLS fingerprint in all contents. Display audio+video enc keys ↵fiaxh2021-05-011-4/+4
| | | | in UI if they differ.
* Add support for OMEMO call encryptionfiaxh2021-04-291-3/+12
|
* Handle DTLS edge-casesMarvin W2021-04-121-0/+3
|
* Fix usage of old libnice versionsMarvin W2021-04-111-5/+3
|
* Fix warningsfiaxh2021-04-111-1/+1
|
* Fix dtls pull_timeout_function, fix cyclic referencesfiaxh2021-04-091-0/+8
|
* DTLS-SRTP: Wait for setup finish and handle setup=passiveMarvin W2021-04-091-29/+36
|
* Display+store call encryption infofiaxh2021-04-091-4/+8
|
* Fix cyclic reference in DTLSMarvin W2021-03-291-4/+11
|
* Add initial support for DTLS-SRTPfiaxh2021-03-251-4/+44
|
* Mark ICE component as ready even without the eventMarvin W2021-03-231-2/+11
|
* Make foundation a stringMarvin W2021-03-231-3/+2
|
* Add libnice-based ICE-UDP implementation as pluginMarvin W2021-03-211-0/+261