Skip to content
This repository has been archived by the owner on Aug 25, 2021. It is now read-only.

Upgrade Cargo dependencies (#27) #135

Merged
merged 9 commits into from
Sep 8, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,10 +47,11 @@ All user visible changes to this project will be documented in this file. This p
- `[server.control.grpc]` section to configure Control API gRPC server ([#33]);
- `[turn.cli]` and `[turn.cli.pool]` sections to configure access to [Coturn] admin interface ([#84]);
- `server.client.http.public_url` option to configure public URL of Client API HTTP server ([#33]);
- `rpc.ping_interval` option to configure `Ping`s sending interval ([#75]).
- `rpc.ping_interval` option to configure `Ping`s sending interval ([#75]);
- `[media]` section to configure timeouts involved for determining media flow liveness ([#98]):
- `max_lag`;
- `init_timeout`.
- `turn.db.redis.user` option to configure user to authenticate on [Coturn]'s Redis database server as ([#135]).
- Testing:
- E2E tests for signalling ([#28]).

Expand All @@ -75,6 +76,7 @@ All user visible changes to this project will be documented in this file. This p
[#98]: /../../pull/98
[#105]: /../../pull/105
[#132]: /../../pull/132
[#135]: /../../pull/135



Expand Down
Loading