toString method

  1. @override
String toString ()
override

Returns a string representation of this object.

Implementation

@override
String toString() {
  return 'NERtcVideoConfig{videoProfile: $videoProfile, '
      'videoCropMode: $videoCropMode, frontCamera: $frontCamera,'
      ' frameRate: $frameRate, minFrameRate: $minFrameRate, '
      'bitrate: $bitrate, minBitrate: $minBitrate, '
      'degradationPrefer: $degradationPrefer, '
      'width: $width, height: $height, cameraType: $cameraType}';
}