From cebd4fc4e599f8665cfd2f16ac27077134755825 Mon Sep 17 00:00:00 2001 From: Robert Adams Date: Sun, 3 Nov 2024 22:00:47 +0000 Subject: [PATCH] Remove duplicate WebRtcVoice/WebRtcJanusService.cs Rename Janus dll from WebRtcJanus to WebRtcJanusService --- WebRtcVoice/WebRtcJanusService.cs | 47 ------------------------------- prebuild-janus.xml | 2 +- 2 files changed, 1 insertion(+), 48 deletions(-) delete mode 100644 WebRtcVoice/WebRtcJanusService.cs diff --git a/WebRtcVoice/WebRtcJanusService.cs b/WebRtcVoice/WebRtcJanusService.cs deleted file mode 100644 index 1951b34..0000000 --- a/WebRtcVoice/WebRtcJanusService.cs +++ /dev/null @@ -1,47 +0,0 @@ -// Copyright 2024 Robert Adams (misterblue@misterblue.com) -// -// This Source Code Form is subject to the terms of the Mozilla Public -// License, v. 2.0. If a copy of the MPL was not distributed with this -// file, You can obtain one at http://mozilla.org/MPL/2.0/. -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - -using System.Reflection; - -using OpenSim.Framework; -using OpenSim.Services.Interfaces; -using OpenSim.Services.Base; - -using OpenMetaverse.StructuredData; -using OpenMetaverse; - -using Nini.Config; -using log4net; - -namespace WebRtcVoice - { - public class WebRtcJanusService : ServiceBase, IWebRtcVoiceService - { - private static readonly ILog m_log = LogManager.GetLogger(MethodBase.GetCurrentMethod().DeclaringType); - private static readonly string LogHeader = "[WEBRTC JANUS SERVICE]"; - - public WebRtcJanusService(IConfigSource pConfig) : base(pConfig) - { - m_log.DebugFormat("{0} WebRtcJanusService constructor", LogHeader); - } - - public OSDMap ProvisionVoiceAccountRequest(OSDMap pRequest, UUID pUserID, IScene pScene) - { - throw new System.NotImplementedException(); - } - - public OSDMap VoiceSignalingRequest(OSDMap pRequest, UUID pUserID, IScene pScene) - { - throw new System.NotImplementedException(); - } - } - } diff --git a/prebuild-janus.xml b/prebuild-janus.xml index 04df32d..9aefafc 100755 --- a/prebuild-janus.xml +++ b/prebuild-janus.xml @@ -1,5 +1,5 @@