Fix showing quality indicator on Me (#403)

auto_join_3.3
Roman Drozd 2020-05-20 21:30:58 +02:00 committed by GitHub
parent e0854d8d6b
commit 1179350759
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -691,6 +691,7 @@ const Me = (props) =>
netInfo={transports && transports}
audioScore={audioScore}
videoScore={videoScore}
showQuality
onChangeDisplayName={(displayName) =>
{
roomClient.changeDisplayName(displayName);