Merge branch 'turnservercredentials-fix-type' into 'master'
[TurnServerCredentials] Fix type See merge request famedly/famedlysdk!238
This commit is contained in:
commit
17dfedf0a8
|
@ -10,7 +10,7 @@ class TurnServerCredentials {
|
||||||
final List<String> uris;
|
final List<String> uris;
|
||||||
|
|
||||||
/// The time-to-live in seconds
|
/// The time-to-live in seconds
|
||||||
final int ttl;
|
final double ttl;
|
||||||
|
|
||||||
const TurnServerCredentials(
|
const TurnServerCredentials(
|
||||||
this.username, this.password, this.uris, this.ttl);
|
this.username, this.password, this.uris, this.ttl);
|
||||||
|
|
Loading…
Reference in a new issue