mirror of
https://github.com/opensim/opensim.git
synced 2026-08-06 01:06:30 +08:00
stop a vivox error
This commit is contained in:
@@ -362,11 +362,10 @@ namespace OpenSim.Region.OptionalModules.Avatar.Voice.VivoxVoice
|
||||
}
|
||||
}
|
||||
}
|
||||
if (!IsOK(VivoxDeleteChannel(null, channelId)))
|
||||
m_log.WarnFormat("[VivoxVoice] Parent channel delete failed {0}:{1}:{2}", sceneName, sceneUUID, channelId);
|
||||
}
|
||||
|
||||
if (!IsOK(VivoxDeleteChannel(null, channelId)))
|
||||
m_log.WarnFormat("[VivoxVoice] Parent channel delete failed {0}:{1}:{2}", sceneName, sceneUUID, channelId);
|
||||
|
||||
// Remove the channel umbrella entry
|
||||
|
||||
lock (m_parents)
|
||||
|
||||
Reference in New Issue
Block a user