This commit is contained in:
wangjiyu 2025-04-16 20:03:00 +08:00
parent 7d088d5619
commit d63f67dfcd
1 changed files with 1 additions and 0 deletions

View File

@ -394,6 +394,7 @@ void RTCContext::onAudioProcess(const char* roomId, const char* peerId,
// */
// std::cout << " 数据拷贝完成" << std::endl;
namespace py = boost::python;
// 7. 执行回调
if (!pyCallback_.is_none()) {
std::cout << "[7] 准备执行Python回调..." << std::endl;