mirror of
https://github.com/immense/Remotely.git
synced 2025-10-26 11:27:15 +00:00
Cleanup
This commit is contained in:
parent
884d836421
commit
5a2f12cb03
@ -91,10 +91,10 @@ namespace Remotely.Desktop.Core.Services
|
||||
|
||||
await PeerSession.InitializeAsync(config);
|
||||
|
||||
PeerSession.LocalSdpReadytoSend += PeerSession_LocalSdpReadytoSend; ;
|
||||
PeerSession.LocalSdpReadytoSend += PeerSession_LocalSdpReadytoSend;
|
||||
PeerSession.Connected += PeerConnection_Connected;
|
||||
PeerSession.IceStateChanged += PeerConnection_IceStateChanged;
|
||||
PeerSession.IceCandidateReadytoSend += PeerSession_IceCandidateReadytoSend; ;
|
||||
PeerSession.IceCandidateReadytoSend += PeerSession_IceCandidateReadytoSend;
|
||||
|
||||
CaptureChannel = await PeerSession.AddDataChannelAsync("ScreenCapture", true, true);
|
||||
CaptureChannel.BufferingChanged += DataChannel_BufferingChanged;
|
||||
|
||||
@ -46,7 +46,7 @@ namespace Remotely.Desktop.Linux.Services
|
||||
Dispatcher.UIThread.Post(() =>
|
||||
{
|
||||
var chatWindow = new ChatWindow();
|
||||
chatWindow.Closing += ChatWindow_Closing; ;
|
||||
chatWindow.Closing += ChatWindow_Closing;
|
||||
ChatViewModel = chatWindow.DataContext as ChatWindowViewModel;
|
||||
ChatViewModel.PipeStreamWriter = writer;
|
||||
ChatViewModel.OrganizationName = organizationName;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user