コード例 #1
0
 private static void ClientMoved_JoiningChannel(object sender, Server.Notification.EventArgs.ClientMovedEventArgs e)
 {
     Console.WriteLine($"Move: Type=Self, ClientId={e.ClientId}, TargetChannelId={e.TargetChannelId}");
 }
コード例 #2
0
 private static void ClientMoved_CreatingTemporaryChannel(object sender, Server.Notification.EventArgs.ClientMovedEventArgs e)
 {
     Console.WriteLine($"Move: Type=TempChannel, ClientId={e.ClientId}, TargetChannelId={e.TargetChannelId}");
 }