public static async Task InstallModules() { Client.Subscribe<ClientMoved>(data => { int[] clientIds = data.First().ClientIds; int channelId = data.First().TargetChannel; WaitingRoomNotification.SendWaitingNotif(clientIds, channelId); }); }
public async static void SendWaitingNotif(int[] clientIds, int channel) { Log.Debug("test"); }