Merge branch 'turnservercredentials-fix-type' into 'master'

[TurnServerCredentials] Fix type

See merge request famedly/famedlysdk!238
This commit is contained in:
Christian Pauly 2020-03-19 14:43:48 +00:00
commit 17dfedf0a8
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ class TurnServerCredentials {
final List<String> uris;
/// The time-to-live in seconds
final int ttl;
final double ttl;
const TurnServerCredentials(
this.username, this.password, this.uris, this.ttl);