Example #1
0
 public CampfireAdapter(string token, string account, params int[] roomsToJoin)
 {
     Producer = new CampfireMessageProducer(token, account, roomsToJoin);
     Client = new CampfireMessageClient(token, account);
 }
Example #2
0
 public CampfireAdapter(string token, string account, params int[] roomsToJoin)
 {
     Producer = new CampfireMessageProducer(token, account, roomsToJoin);
     Client   = new CampfireMessageClient(token, account);
 }