Skip to content

Commit

Permalink
Merge pull request #156 from guidomodarelli/fix-typo-switch-to-remote-ui
Browse files Browse the repository at this point in the history
fix: Correct misspelled function name
  • Loading branch information
markafoltz authored Apr 30, 2024
2 parents c06e93d + e01714d commit 151a3f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -300,7 +300,7 @@ <h3>
switchToRemoteUI();

videoElem.remote.onconnecting = switchToRemoteUI;
videoElem.remote.onconnect = swithToRemoteUI;
videoElem.remote.onconnect = switchToRemoteUI;
videoElem.remote.ondisconnect = switchToLocalUI;

// Handles both 'connecting' and 'connected' state. Calling more than once
Expand Down

0 comments on commit 151a3f4

Please sign in to comment.