menu
vdotok_stream package
documentation
core/interface/rtc_rtcp_parameters.dart
RTCRTCPParameters
toMap method
toMap method
dark_mode
light_mode
toMap
method
Map
<
String
,
dynamic
>
toMap
(
)
Implementation
Map<String, dynamic> toMap() { return { 'cname': cname, 'reducedSize': reducedSize, }; }
vdotok_stream package
documentation
core/interface/rtc_rtcp_parameters
RTCRTCPParameters
toMap method
RTCRTCPParameters class