Closed chenhongquan closed 3 years ago
袁老师: uint32_t sender_estimation_get_min_bitrate(sender_estimation_t* est) { return est->max_conf_bitrate; } 是不是应该是return est->min_conf_bitrate,谢谢
是的,这个函数好像暂时没有用,我修复下
袁老师: uint32_t sender_estimation_get_min_bitrate(sender_estimation_t* est) { return est->max_conf_bitrate; } 是不是应该是return est->min_conf_bitrate,谢谢