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

Commit

Permalink
Make Coturn optional (#211, #182)
Browse files Browse the repository at this point in the history
- add static STUN/TURN credentials support
- rename [turn] config section as [ice]

Additionally:
- change Flutter channel to 'beta' on CI
- remove deprecated 'author' field from the Flutter's spec
  • Loading branch information
evdokimovs authored Jul 8, 2021
1 parent e297522 commit 47ebf12
Show file tree
Hide file tree
Showing 27 changed files with 1,402 additions and 883 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ jobs:
- uses: actions/checkout@v2
- uses: subosito/flutter-action@v1
with:
channel: dev
channel: beta
- run: make flutter
- run: make flutter.lint

Expand Down Expand Up @@ -268,7 +268,7 @@ jobs:
use-tool-cache: true
- uses: subosito/flutter-action@v1
with:
channel: dev
channel: beta

- name: Parse Android NDK versions
id: ndk-version
Expand Down
24 changes: 24 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,27 @@ All user visible changes to this project will be documented in this file. This p



## [0.3.0] · 2021-??-??
[0.3.0]: /../../tree/medea-0.3.0

[Diff](/../../compare/medea-0.2.0...medea-0.3.0) | [Milestone](/../../milestone/3) | [Roadmap](/../../issues/182)

### BC Breaks

- Configuration:
- Moved `[turn]` section to `[ice.coturn]` ([#211]).

### Added

- Configuration:
- `ice.default` option to configure default kind of [ICE] servers for use ([#211]);
- `[ice.static]` section to configure static list of [STUN]/[TURN] servers for [ICE] ([#211]).

[#211]: /../../pull/211




## [0.2.0] · 2021-04-09
[0.2.0]: /../../tree/medea-0.2.0

Expand Down Expand Up @@ -123,5 +144,8 @@ All user visible changes to this project will be documented in this file. This p


[Coturn]: https://github.com/coturn/coturn
[ICE]: https://webrtcglossary.com/ice
[Redis]: https://redis.io
[Semantic Versioning 2.0.0]: https://semver.org
[STUN]: https://webrtcglossary.com/stun
[TURN]: https://webrtcglossary.com/turn
68 changes: 34 additions & 34 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 47ebf12

Please sign in to comment.