* send a Timeout action on the control channel for the room.
*/
public void run() {
Controller controller = Controller.getInstance();
Timeout timeout = new Timeout(Arrays.asList(port));
controller.send(timeout);
startSecondaryTimer();
}
/**
* Cancel pending timers, and start a new PrimaryTimer