We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7ae9849 commit e480c30Copy full SHA for e480c30
blazor/blazor-wasm-basic-example/Pages/Index.razor
@@ -13,7 +13,7 @@
13
</div>
14
15
@code {
16
- private const string APP_ID = "tryy1oJ0";
+ private const string APP_ID = "YOUR_APP_ID_HERE"; // Your app ID from TalkJS Dashboard
17
protected User Me { get; set; }
18
protected List<User> OtherUsers { get; set; }
19
0 commit comments