Always show debug info
Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>
This commit is contained in:
@@ -130,11 +130,13 @@ export const VideoTile = forwardRef<HTMLDivElement, Props>(
|
||||
ref={ref}
|
||||
{...rest}
|
||||
>
|
||||
{showCallFeedDebugInfo && (
|
||||
<div className={classNames(styles.debugInfo)}>
|
||||
{JSON.stringify(debugInfo)}
|
||||
</div>
|
||||
)}
|
||||
{toolbarButtons.length > 0 && !maximised && (
|
||||
<div className={classNames(styles.toolbar)}>
|
||||
<div className={classNames(styles.debugInfo)}>
|
||||
{showCallFeedDebugInfo && JSON.stringify(debugInfo)}
|
||||
</div>
|
||||
<div>{toolbarButtons}</div>
|
||||
</div>
|
||||
)}
|
||||
|
||||
Reference in New Issue
Block a user