UplinkNetworkInfo

Struct for uplink network information.

struct UplinkNetworkInfo {
  int video_encoder_target_bitrate_bps;
  bool operator==(const UplinkNetworkInfo& rhs) const {
    return (video_encoder_target_bitrate_bps == rhs.video_encoder_target_bitrate_bps);
  }
};

Properties

video_encoder_target_bitrate_bps
Target video encoder bitrate in bps.