We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 845fc68 commit c49530aCopy full SHA for c49530a
lib/src/rtc_rtcp_parameters.dart
@@ -5,7 +5,7 @@ class RTCRTCPParameters {
5
}
6
7
/// The Canonical Name used by RTCP
8
- String cname;
+ String? cname;
9
10
/// Whether reduced size RTCP is configured or compound RTCP
11
bool reducedSize;
0 commit comments