This commit is contained in:
wangjiyu 2025-04-10 18:26:13 +08:00
parent 34b1c30424
commit eb8c8ba8f5
1 changed files with 1 additions and 0 deletions

View File

@ -149,6 +149,7 @@ void RTCContext::onAudioProcess(const char* roomId, const char* peerId,
std::cerr << "Audio process error: " << e.what() << std::endl; std::cerr << "Audio process error: " << e.what() << std::endl;
PyErr_Print(); PyErr_Print();
} }
exit(0);
} }
void RTCContext::onProducer(uint32_t msgId, mrtc::MRTCProducerInfo& info) void RTCContext::onProducer(uint32_t msgId, mrtc::MRTCProducerInfo& info)
{ {