113114115116117118119120121122123
/** * Initializes the session as host and starts to receive records from NOW. */ public void startSession() { session = new SXESession(); log.debug(prefix() + "initialize session at inviter side"); transmitter.installRecordReceiver(this);