feat: Adds interface config to hide lobby button. (#7619)

* feat: Adds interface config to hide lobby button.

* squash: Moves the config to config.js and add it to mobile.
This commit is contained in:
Дамян Минков
2020-09-02 10:28:22 -05:00
committed by damencho
parent ba16f1ed96
commit f69bfe5d61
4 changed files with 8 additions and 2 deletions

View File

@@ -226,7 +226,7 @@ class ConnectionStatsTable extends Component<Props> {
/**
* Creates a a table row as a ReactElement for displaying codec, if present.
* This will typically be something like "Codecs (A/V): opus, vp8".
* This will typically be something like "Codecs (A/V): Opus, vp8".
*
* @private
* @returns {ReactElement}