Skip to content

Commit

Permalink
fix: Correct misspelled function name
Browse files Browse the repository at this point in the history
  • Loading branch information
guidomodarelli committed Apr 30, 2024
1 parent c06e93d commit e01714d
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 e01714d

Please sign in to comment.