Skip to content

Commit

Permalink
Enabled new calls
Browse files Browse the repository at this point in the history
  • Loading branch information
FrayxRulez committed Sep 22, 2024
1 parent a643bb5 commit b67bc32
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions Telegram/Services/Calls/VoipService.cs
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,8 @@ public class VoipService : ServiceBase, IVoipService
public VoipService(IClientService clientService, ISettingsService settingsService, IEventAggregator aggregator)
: base(clientService, settingsService, aggregator)
{
if (Constants.DEBUG)
{
Aggregator.Subscribe<UpdateCall>(this, Handle)
.Subscribe<UpdateNewCallSignalingData>(Handle);
}
Aggregator.Subscribe<UpdateCall>(this, Handle)
.Subscribe<UpdateNewCallSignalingData>(Handle);
}

public VoipCall ActiveCall
Expand Down

0 comments on commit b67bc32

Please sign in to comment.