change webrtc module namespace by Robert request
This commit is contained in:
@@ -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.
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -33,7 +33,7 @@ using OpenMetaverse;
|
||||
|
||||
using log4net;
|
||||
|
||||
namespace WebRtcVoice
|
||||
namespace osWebRtcVoice
|
||||
{
|
||||
|
||||
/// <summary>
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -33,7 +33,7 @@ using OpenMetaverse.StructuredData;
|
||||
|
||||
using log4net;
|
||||
|
||||
namespace WebRtcVoice
|
||||
namespace osWebRtcVoice
|
||||
{
|
||||
public class JanusViewerSession : IVoiceViewerSession
|
||||
{
|
||||
|
||||
@@ -38,7 +38,7 @@ using OpenMetaverse;
|
||||
using Nini.Config;
|
||||
using log4net;
|
||||
|
||||
namespace WebRtcVoice
|
||||
namespace osWebRtcVoice
|
||||
{
|
||||
public class WebRtcJanusService : ServiceBase, IWebRtcVoiceService
|
||||
{
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -31,7 +31,7 @@ using System.Collections.Generic;
|
||||
using OpenMetaverse;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
namespace WebRtcVoice
|
||||
namespace osWebRtcVoice
|
||||
{
|
||||
public class VoiceViewerSession : IVoiceViewerSession
|
||||
{
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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.
|
||||
|
||||
@@ -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..
|
||||
|
||||
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user