This commit is contained in:
wangjiyu 2025-04-10 15:32:30 +08:00
parent c37c0656a7
commit 1ca1cc77cc
1 changed files with 1 additions and 0 deletions

View File

@ -68,6 +68,7 @@ void RTCContext::onAudioProcess(const char* roomId, const char* peerId,
std::cerr << "Python interpreter not initialized" << std::endl;
return;
}
boost::python::gil_scoped_acquire gil;
PyGILState_STATE gstate = PyGILState_Ensure();
try {