diff --git a/RelayClient/Services/RtcBridgeService.cs b/RelayClient/Services/RtcBridgeService.cs index 7c3f3e2..83dacb0 100644 --- a/RelayClient/Services/RtcBridgeService.cs +++ b/RelayClient/Services/RtcBridgeService.cs @@ -13,12 +13,8 @@ public sealed class RtcBridgeService private readonly Func _getCurrentChannelId; private readonly Action _sendRawToWebView; - public RtcBridgeService( - string username, - RelaySocketClient socket, - HybridWebView hybridWebView, - Func getCurrentChannelId, - Action sendRawToWebView) + public RtcBridgeService(string username, RelaySocketClient socket, HybridWebView hybridWebView, + Func getCurrentChannelId, Action sendRawToWebView) { _username = username; _socket = socket;