change webrtc module namespace by Robert request

This commit is contained in:
UbitUmarov
2026-02-22 20:15:34 +00:00
parent adf5f1f6bd
commit b42e8dc0ad
15 changed files with 15 additions and 16 deletions

View File

@@ -31,7 +31,7 @@ using System.Linq;
using System.Text;
using System.Security.Cryptography;
namespace WebRtcVoice
namespace osWebRtcVoice
{
// There are several different hashing systems ranging from int's to SHA versions.

View File

@@ -32,7 +32,7 @@ using System.Threading.Tasks;
using log4net;
namespace WebRtcVoice
namespace osWebRtcVoice
{
// Encapsulization of a Session to the Janus server
public class JanusAudioBridge : JanusPlugin

View File

@@ -33,7 +33,7 @@ using OpenMetaverse;
using log4net;
namespace WebRtcVoice
namespace osWebRtcVoice
{
/// <summary>

View File

@@ -39,7 +39,7 @@ using OpenMetaverse;
using Nini.Config;
using log4net;
namespace WebRtcVoice
namespace osWebRtcVoice
{
// Encapsulization of a Session to the Janus server
public class JanusPlugin : IDisposable

View File

@@ -41,7 +41,7 @@ using System.Threading.Tasks;
using System.Text.RegularExpressions;
using System.Collections.Generic;
namespace WebRtcVoice
namespace osWebRtcVoice
{
// Encapsulization of a Session to the Janus server
public class JanusRoom : IDisposable

View File

@@ -39,7 +39,7 @@ using log4net.Core;
using System.Reflection.Metadata;
using System.Threading;
namespace WebRtcVoice
namespace osWebRtcVoice
{
// Encapsulization of a Session to the Janus server
public class JanusSession : IDisposable

View File

@@ -33,7 +33,7 @@ using OpenMetaverse.StructuredData;
using log4net;
namespace WebRtcVoice
namespace osWebRtcVoice
{
public class JanusViewerSession : IVoiceViewerSession
{

View File

@@ -38,7 +38,7 @@ using OpenMetaverse;
using Nini.Config;
using log4net;
namespace WebRtcVoice
namespace osWebRtcVoice
{
public class WebRtcJanusService : ServiceBase, IWebRtcVoiceService
{

View File

@@ -29,7 +29,7 @@ using System.Threading.Tasks;
using OMV = OpenMetaverse;
namespace WebRtcVoice
namespace osWebRtcVoice
{
/// <summary>
/// This is the interface for the viewer session. It is used to store the

View File

@@ -31,7 +31,7 @@ using OpenMetaverse;
using OpenMetaverse.StructuredData;
using System.Threading.Tasks;
namespace WebRtcVoice
namespace osWebRtcVoice
{
/// <summary>
/// This is the interface for the voice service. It is used to connect

View File

@@ -31,7 +31,7 @@ using System.Collections.Generic;
using OpenMetaverse;
using System.Threading.Tasks;
namespace WebRtcVoice
namespace osWebRtcVoice
{
public class VoiceViewerSession : IVoiceViewerSession
{

View File

@@ -26,7 +26,6 @@
*/
using System;
using System.Net;
using System.Reflection;
using OpenSim.Framework;
@@ -43,7 +42,7 @@ using OpenMetaverse.StructuredData;
using log4net;
using Nini.Config;
namespace WebRtcVoice
namespace osWebRtcVoice
{
// Class that provides the network interface to the WebRTC voice server.
// This is used by the Robust server to receive requests from the region servers

View File

@@ -38,7 +38,7 @@ using log4net;
using Nini.Config;
using OSHttpServer;
namespace WebRtcVoice
namespace osWebRtcVoice
{
// Class that provides the local IWebRtcVoiceService interface to the JsonRPC Robust
// server. This is used by the region servers to talk to the Robust server.

View File

@@ -50,7 +50,7 @@ using Nini.Config;
[assembly: Addin("WebRtcVoiceRegionModule", "1.0")]
[assembly: AddinDependency("OpenSim.Region.Framework", OpenSim.VersionInfo.VersionNumber)]
namespace WebRtcVoice
namespace osWebRtcVoice
{
/// <summary>
/// This module provides the WebRTC voice interface for viewer clients..

View File

@@ -47,7 +47,7 @@ using Nini.Config;
[assembly: Addin("WebRtcVoiceServiceModule", "1.0")]
[assembly: AddinDependency("OpenSim.Region.Framework", OpenSim.VersionInfo.VersionNumber)]
namespace WebRtcVoice
namespace osWebRtcVoice
{
/// <summary>
/// Interface for the WebRtcVoiceService.