do not error on logout session uuid.zero

This commit is contained in:
UbitUmarov
2026-03-20 20:34:55 +00:00
parent e50d9d2904
commit 9b564759bf

View File

@@ -318,8 +318,9 @@ namespace osWebRtcVoice
vreq["viewer_session"] = v.VoiceServiceSessionId;
v.VoiceService.ProvisionVoiceAccountRequest(v, vreq , pUserID, pSceneID);
}
return new OSDMap {{ "response", "closed" }};
//return new OSDMap {{ "response", "closed" }};
}
/*
else
{
return new OSDMap
@@ -328,6 +329,8 @@ namespace osWebRtcVoice
{ "message", "Unable to provision voice session not found)" }
};
}
*/
return new OSDMap {{ "response", "closed" }};
}
if (VoiceViewerSession.TryGetViewerSession(viewerSessionId, out vSession))