onLiveModeChanged method

void onLiveModeChanged(
  1. PrivacyStatus status
)

Implementation

void onLiveModeChanged(PrivacyStatus status) {
  return _roomManager.onLiveModeChanged(status);
}