|
@@ -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)
|