mirror of
https://github.com/opensim/opensim.git
synced 2026-05-14 18:55:39 +08:00
change webrtc module namespace by Robert request
This commit is contained in:
@@ -31,7 +31,7 @@ using System.Linq;
|
|||||||
using System.Text;
|
using System.Text;
|
||||||
using System.Security.Cryptography;
|
using System.Security.Cryptography;
|
||||||
|
|
||||||
namespace WebRtcVoice
|
namespace osWebRtcVoice
|
||||||
{
|
{
|
||||||
|
|
||||||
// There are several different hashing systems ranging from int's to SHA versions.
|
// There are several different hashing systems ranging from int's to SHA versions.
|
||||||
|
|||||||
@@ -32,7 +32,7 @@ using System.Threading.Tasks;
|
|||||||
|
|
||||||
using log4net;
|
using log4net;
|
||||||
|
|
||||||
namespace WebRtcVoice
|
namespace osWebRtcVoice
|
||||||
{
|
{
|
||||||
// Encapsulization of a Session to the Janus server
|
// Encapsulization of a Session to the Janus server
|
||||||
public class JanusAudioBridge : JanusPlugin
|
public class JanusAudioBridge : JanusPlugin
|
||||||
|
|||||||
@@ -33,7 +33,7 @@ using OpenMetaverse;
|
|||||||
|
|
||||||
using log4net;
|
using log4net;
|
||||||
|
|
||||||
namespace WebRtcVoice
|
namespace osWebRtcVoice
|
||||||
{
|
{
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
|
|||||||
@@ -39,7 +39,7 @@ using OpenMetaverse;
|
|||||||
using Nini.Config;
|
using Nini.Config;
|
||||||
using log4net;
|
using log4net;
|
||||||
|
|
||||||
namespace WebRtcVoice
|
namespace osWebRtcVoice
|
||||||
{
|
{
|
||||||
// Encapsulization of a Session to the Janus server
|
// Encapsulization of a Session to the Janus server
|
||||||
public class JanusPlugin : IDisposable
|
public class JanusPlugin : IDisposable
|
||||||
|
|||||||
@@ -41,7 +41,7 @@ using System.Threading.Tasks;
|
|||||||
using System.Text.RegularExpressions;
|
using System.Text.RegularExpressions;
|
||||||
using System.Collections.Generic;
|
using System.Collections.Generic;
|
||||||
|
|
||||||
namespace WebRtcVoice
|
namespace osWebRtcVoice
|
||||||
{
|
{
|
||||||
// Encapsulization of a Session to the Janus server
|
// Encapsulization of a Session to the Janus server
|
||||||
public class JanusRoom : IDisposable
|
public class JanusRoom : IDisposable
|
||||||
|
|||||||
@@ -39,7 +39,7 @@ using log4net.Core;
|
|||||||
using System.Reflection.Metadata;
|
using System.Reflection.Metadata;
|
||||||
using System.Threading;
|
using System.Threading;
|
||||||
|
|
||||||
namespace WebRtcVoice
|
namespace osWebRtcVoice
|
||||||
{
|
{
|
||||||
// Encapsulization of a Session to the Janus server
|
// Encapsulization of a Session to the Janus server
|
||||||
public class JanusSession : IDisposable
|
public class JanusSession : IDisposable
|
||||||
|
|||||||
@@ -33,7 +33,7 @@ using OpenMetaverse.StructuredData;
|
|||||||
|
|
||||||
using log4net;
|
using log4net;
|
||||||
|
|
||||||
namespace WebRtcVoice
|
namespace osWebRtcVoice
|
||||||
{
|
{
|
||||||
public class JanusViewerSession : IVoiceViewerSession
|
public class JanusViewerSession : IVoiceViewerSession
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -38,7 +38,7 @@ using OpenMetaverse;
|
|||||||
using Nini.Config;
|
using Nini.Config;
|
||||||
using log4net;
|
using log4net;
|
||||||
|
|
||||||
namespace WebRtcVoice
|
namespace osWebRtcVoice
|
||||||
{
|
{
|
||||||
public class WebRtcJanusService : ServiceBase, IWebRtcVoiceService
|
public class WebRtcJanusService : ServiceBase, IWebRtcVoiceService
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -29,7 +29,7 @@ using System.Threading.Tasks;
|
|||||||
|
|
||||||
using OMV = OpenMetaverse;
|
using OMV = OpenMetaverse;
|
||||||
|
|
||||||
namespace WebRtcVoice
|
namespace osWebRtcVoice
|
||||||
{
|
{
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// This is the interface for the viewer session. It is used to store the
|
/// This is the interface for the viewer session. It is used to store the
|
||||||
|
|||||||
@@ -31,7 +31,7 @@ using OpenMetaverse;
|
|||||||
using OpenMetaverse.StructuredData;
|
using OpenMetaverse.StructuredData;
|
||||||
using System.Threading.Tasks;
|
using System.Threading.Tasks;
|
||||||
|
|
||||||
namespace WebRtcVoice
|
namespace osWebRtcVoice
|
||||||
{
|
{
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// This is the interface for the voice service. It is used to connect
|
/// This is the interface for the voice service. It is used to connect
|
||||||
|
|||||||
@@ -31,7 +31,7 @@ using System.Collections.Generic;
|
|||||||
using OpenMetaverse;
|
using OpenMetaverse;
|
||||||
using System.Threading.Tasks;
|
using System.Threading.Tasks;
|
||||||
|
|
||||||
namespace WebRtcVoice
|
namespace osWebRtcVoice
|
||||||
{
|
{
|
||||||
public class VoiceViewerSession : IVoiceViewerSession
|
public class VoiceViewerSession : IVoiceViewerSession
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -26,7 +26,6 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
using System;
|
using System;
|
||||||
using System.Net;
|
|
||||||
using System.Reflection;
|
using System.Reflection;
|
||||||
|
|
||||||
using OpenSim.Framework;
|
using OpenSim.Framework;
|
||||||
@@ -43,7 +42,7 @@ using OpenMetaverse.StructuredData;
|
|||||||
using log4net;
|
using log4net;
|
||||||
using Nini.Config;
|
using Nini.Config;
|
||||||
|
|
||||||
namespace WebRtcVoice
|
namespace osWebRtcVoice
|
||||||
{
|
{
|
||||||
// Class that provides the network interface to the WebRTC voice server.
|
// 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
|
// This is used by the Robust server to receive requests from the region servers
|
||||||
|
|||||||
@@ -38,7 +38,7 @@ using log4net;
|
|||||||
using Nini.Config;
|
using Nini.Config;
|
||||||
using OSHttpServer;
|
using OSHttpServer;
|
||||||
|
|
||||||
namespace WebRtcVoice
|
namespace osWebRtcVoice
|
||||||
{
|
{
|
||||||
// Class that provides the local IWebRtcVoiceService interface to the JsonRPC Robust
|
// 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.
|
// 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: Addin("WebRtcVoiceRegionModule", "1.0")]
|
||||||
[assembly: AddinDependency("OpenSim.Region.Framework", OpenSim.VersionInfo.VersionNumber)]
|
[assembly: AddinDependency("OpenSim.Region.Framework", OpenSim.VersionInfo.VersionNumber)]
|
||||||
|
|
||||||
namespace WebRtcVoice
|
namespace osWebRtcVoice
|
||||||
{
|
{
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// This module provides the WebRTC voice interface for viewer clients..
|
/// This module provides the WebRTC voice interface for viewer clients..
|
||||||
|
|||||||
@@ -47,7 +47,7 @@ using Nini.Config;
|
|||||||
[assembly: Addin("WebRtcVoiceServiceModule", "1.0")]
|
[assembly: Addin("WebRtcVoiceServiceModule", "1.0")]
|
||||||
[assembly: AddinDependency("OpenSim.Region.Framework", OpenSim.VersionInfo.VersionNumber)]
|
[assembly: AddinDependency("OpenSim.Region.Framework", OpenSim.VersionInfo.VersionNumber)]
|
||||||
|
|
||||||
namespace WebRtcVoice
|
namespace osWebRtcVoice
|
||||||
{
|
{
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Interface for the WebRtcVoiceService.
|
/// Interface for the WebRtcVoiceService.
|
||||||
|
|||||||
Reference in New Issue
Block a user