mirror of
https://github.com/opensim/opensim.git
synced 2026-08-05 00:46:02 +08:00
do not error on logout session uuid.zero
This commit is contained in:
@@ -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))
|
||||
|
||||
Reference in New Issue
Block a user