PLT-4298 Remove "Return to ongoing call" (#4101)
Этот коммит содержится в:
коммит произвёл
Christopher Speller
родитель
5288255ca3
Коммит
45ca052482
@@ -112,7 +112,7 @@ export default class RateSettings extends AdminSettings {
|
||||
helpText={
|
||||
<FormattedMessage
|
||||
id='admin.rate.maxBurstDescription'
|
||||
defaultMessage='Maxumum number of requests allowed beyond the per second query limit.'
|
||||
defaultMessage='Maximum number of requests allowed beyond the per second query limit.'
|
||||
/>
|
||||
}
|
||||
value={this.state.maxBurst}
|
||||
|
||||
@@ -734,7 +734,9 @@ export default class WebrtcController extends React.Component {
|
||||
this.onSessionError();
|
||||
return this.doCleanup();
|
||||
}
|
||||
|
||||
WebrtcStore.setVideoCallWith(null);
|
||||
WebrtcStore.emitRhsChanged(false);
|
||||
|
||||
if (manual) {
|
||||
return this.close();
|
||||
|
||||
Ссылка в новой задаче
Block a user