Do not respond to vivox under webrtc

This commit is contained in:
Vincent Sylvester
2026-06-04 22:44:37 +02:00
parent 93ebb36904
commit a61b946563

View File

@@ -417,7 +417,7 @@ namespace osWebRtcVoice
m_log.Warn($"{LogHeader}[ProvisionVoice]: Request detail: {map}");
response.RawBuffer = llsdUndefAnswerBytes;
response.StatusCode = (int)HttpStatusCode.OK;
response.StatusCode = 0;
return;
}
}