[TurnServerCredentials] Fix type

This commit is contained in:
Christian Pauly 2020-03-19 14:39:18 +00:00
parent f93828c461
commit 04eb904629
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);