Run prettier
This commit is contained in:
@@ -51,7 +51,8 @@ export function PTTCallView({
|
|||||||
unmuteError,
|
unmuteError,
|
||||||
} = usePTT(client, groupCall, userMediaFeeds);
|
} = usePTT(client, groupCall, userMediaFeeds);
|
||||||
|
|
||||||
const showTalkOverError = pttButtonHeld && unmuteError instanceof OtherUserSpeakingError;
|
const showTalkOverError =
|
||||||
|
pttButtonHeld && unmuteError instanceof OtherUserSpeakingError;
|
||||||
|
|
||||||
const activeSpeakerIsLocalUser =
|
const activeSpeakerIsLocalUser =
|
||||||
activeSpeakerUserId && client.getUserId() === activeSpeakerUserId;
|
activeSpeakerUserId && client.getUserId() === activeSpeakerUserId;
|
||||||
@@ -79,7 +80,8 @@ export function PTTCallView({
|
|||||||
</Header>
|
</Header>
|
||||||
<div className={styles.center}>
|
<div className={styles.center}>
|
||||||
<div className={styles.participants}>
|
<div className={styles.participants}>
|
||||||
<p>{`${participants.length} ${participants.length > 1 ? "people" : "person"
|
<p>{`${participants.length} ${
|
||||||
|
participants.length > 1 ? "people" : "person"
|
||||||
} connected`}</p>
|
} connected`}</p>
|
||||||
<Facepile
|
<Facepile
|
||||||
size={facepileSize}
|
size={facepileSize}
|
||||||
|
|||||||
Reference in New Issue
Block a user