jackson 11 mesiacov pred
rodič
commit
38258f5e2b

+ 2 - 10
example/src/PreJoinPage.tsx

@@ -128,11 +128,11 @@ export const PreJoinPage = () => {
   return (
     <div className="prejoin">
       <main>
-        <h2>LiveKit Video</h2>
+        <h2>Zoom Video</h2>
         <hr />
         <div className="entrySection">
           <div>
-            <div className="label">LiveKit URL</div>
+            <div className="label">Zoom URL</div>
             <div>
               <input type="text" name="url" value={url} onChange={(e) => setUrl(e.target.value)} />
             </div>
@@ -210,14 +210,6 @@ export const PreJoinPage = () => {
           </div>
         </div>
       </main>
-      <footer>
-        This page is built with <a href="https://github.com/livekit/livekit-react">LiveKit React</a>
-        &nbsp; (
-        <a href="https://github.com/livekit/livekit-react/blob/master/example/src/PreJoinPage.tsx">
-          source
-        </a>
-        )
-      </footer>
     </div>
   );
 };

+ 1 - 0
packages/components/src/components/ControlsView.tsx

@@ -109,6 +109,7 @@ export const ControlsView = ({
       {muteButton}
       {videoButton}
       {screenButton}
+      <span>&nbsp;</span>
       {onLeave && (
         <ControlButton
           label="End"