This commit is contained in:
wangjiyu 2025-04-16 15:31:43 +08:00
parent 0042f506c2
commit b04c665ac6
1 changed files with 1 additions and 1 deletions

View File

@ -687,5 +687,5 @@ RetAudioFrame RTCContext::getData() {
int16_t RTCContext::getSize() {
std::lock_guard<std::mutex> lock(dataMutex_);
return dataSize;
return dataSize_;
}