AudioParticipantComponentServerState state = (AudioParticipantComponentServerState) serverState;
}
@Override
public CellComponentServerState getServerState(CellComponentServerState serverState) {
AudioParticipantComponentServerState state = (AudioParticipantComponentServerState) serverState;
if (state == null) {
state = new AudioParticipantComponentServerState(false, false);
}
return super.getServerState(state);
}