mirror of
https://github.com/opensim/opensim.git
synced 2026-07-31 22:05:36 +08:00
Do not respond to vivox under webrtc
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user