feat: (video-thumbnail) add permanent participant name to video thumbnail
This commit is contained in:
parent
dd89034503
commit
f1e13404b7
|
@ -786,8 +786,6 @@ class Thumbnail extends Component<Props, State> {
|
|||
containerClassName = `${containerClassName} self-view-mobile-portrait`;
|
||||
}
|
||||
|
||||
console.log(_participant);
|
||||
|
||||
return (
|
||||
<span
|
||||
className = { containerClassName }
|
||||
|
|
Loading…
Reference in New Issue