Misc case changes, comment updates
This commit is contained in:
parent
e1eb16ce46
commit
09e26d0882
3 changed files with 6 additions and 6 deletions
|
@ -78,7 +78,7 @@ let widgetApi: WidgetApi;
|
|||
scriptTag.src = SdkConfig.get()['jitsi']['externalApiUrl'];
|
||||
document.body.appendChild(scriptTag);
|
||||
|
||||
// TODO: register widgetApi listeners for PTT controls
|
||||
// TODO: register widgetApi listeners for PTT controls (https://github.com/vector-im/riot-web/issues/12795)
|
||||
|
||||
document.getElementById("joinButton").onclick = () => joinConference();
|
||||
} catch (e) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue