Rename LibreMetaverse.Voice to LibreMetaverse.Voice.Vivox in prep for LibreMetaverse.Voice.WebRtc

This commit is contained in:
Cinder Roxley
2024-10-31 08:13:31 -05:00
parent d004c4f841
commit 162fb8449e
17 changed files with 22 additions and 22 deletions

View File

@@ -3,7 +3,7 @@ using System.Collections.Generic;
using System.Threading;
using System.Reflection;
using OpenMetaverse.Packets;
using LibreMetaverse.Voice;
using LibreMetaverse.Voice.Vivox;
namespace OpenMetaverse.TestClient
{