示例#1
0
 /**
  * Instantiate with an participant identifier
  *
  * @param id participant identifier
  */
 public LiveInstance(ParticipantId id) {
   super(id.toString());
 }