Skip to content

Commit

Permalink
fix: support null safety
Browse files Browse the repository at this point in the history
  • Loading branch information
LichKing-2234 committed Mar 8, 2021
1 parent f580f26 commit 3d17230
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/src/classes.dart
Original file line number Diff line number Diff line change
Expand Up @@ -1031,7 +1031,7 @@ class RemoteAudioStats {
ExperiencePoorReason? qualityChangedReason;

/// The quality of the remote audio stream as determined by the Agora real-time audio MOS (Mean Opinion Score) measurement method in the reported interval. The return value ranges from 0 to 500. Dividing the return value by 100 gets the MOS score, which ranges from 0 to 5. The higher the score, the better the audio quality.
int mosValue;
int? mosValue;

/// Constructs a [RemoteAudioStats]
RemoteAudioStats();
Expand Down
2 changes: 1 addition & 1 deletion lib/src/enum_converter.g.dart

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

0 comments on commit 3d17230

Please sign in to comment.