Skip to content

Commit 33ebb53

Browse files
committed
Fix invite button. ClientId changed to CasterId.
1 parent 24eb298 commit 33ebb53

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Server/wwwroot/src/RemoteControl/InputEventHandlers.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Server/wwwroot/src/RemoteControl/InputEventHandlers.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@ export function ApplyInputHandlers() {
182182
url = `${location.origin}${location.pathname}?sessionID=${ViewerApp.CasterID}`;
183183
}
184184
else {
185-
url = `${location.origin}${location.pathname}?clientID=${ViewerApp.CasterID}&serviceID=${ViewerApp.ServiceID}`;
185+
url = `${location.origin}${location.pathname}?casterID=${ViewerApp.CasterID}&serviceID=${ViewerApp.ServiceID}`;
186186
}
187187
ViewerApp.ClipboardWatcher.SetClipboardText(url);
188188
ShowMessage("Link copied to clipboard.");

0 commit comments

Comments
 (0)