Browse Source

RTCService without token verify

Jeremy 2 years ago
parent
commit
a13fec6a66
1 changed files with 5 additions and 1 deletions
  1. 5 1
      src/Plugin/TokenVerifyPluginService.cs

+ 5 - 1
src/Plugin/TokenVerifyPluginService.cs

@@ -70,7 +70,11 @@ namespace WingCloudServer.Plugin
             "IVinnoServerService/EchoAsync",
             "IVinnoServerService/UpdateServerIPListAsync",
             "IAIDiagnosisService/DiagnosisImageAsync",
-            "IReportService/CreateReportTemplatePreviewAsync"
+            "IReportService/CreateReportTemplatePreviewAsync",
+            "IWingRtcService/GetRoomIdAsync",
+            "IWingRtcService/GenerateRoomUrlAsync",
+            "IWingRtcService/GetRtcSettingAsync",
+            "IWingRtcService/GetUserSignAsync"
         };
 
         public PluginProcessResult PreProcess(IJsonRpcHttpContext context, byte[] requestData)