onLiveCreateTimeChanged method

void onLiveCreateTimeChanged(
  1. int time
)

Implementation

void onLiveCreateTimeChanged(int time) {
  _roomManager.onLiveCreateTimeChanged(time);
}