diff --git a/servers/demo/src/api.ts b/servers/demo/src/api.ts
index 526a36b..d444d50 100644
--- a/servers/demo/src/api.ts
+++ b/servers/demo/src/api.ts
@@ -21,3 +21,7 @@ export const createExpenseReportClientUrl = async ({ endpointId }: { endpointId:
export const createDeExpenseReportClientUrl = async ({ endpointId }: { endpointId: string }) => {
return `${window.location.origin}${base}/belegeinreichung-client/${endpointId}`;
};
+
+export const createFlottformMessagingClientUrl = async ({ endpointId }: { endpointId: string }) => {
+ return `${window.location.origin}${base}/flottform-messaging-client/${endpointId}`;
+};
diff --git a/servers/demo/src/routes/+page.svelte b/servers/demo/src/routes/+page.svelte
index 0ba96a6..cd05e6b 100644
--- a/servers/demo/src/routes/+page.svelte
+++ b/servers/demo/src/routes/+page.svelte
@@ -64,5 +64,10 @@
title="Customized default UI"
description="See how you can tailor Flottform's default UI to better match your design, while still retaining all the powerful features of the original interface. This demo lets you explore how easy it is to adapt the default elements to fit seamlessly with your brand's style."
/>
+
Trying to connect to the host...
++ You're connected to Host! You can start exchanging messages! +
+ {/if} + {#each messages as message} + + {/each} +Connection Channel Disconnected!
++ Do want to connect one more time? Scan the QR code from the other peer or paste the link + to the browser! +
++ Connection Failed with the following error: {error} +
+ +Start a new connection to chat with someone else!
+ ++ Scan the QR code or use the link below to connect your device +
+{connectionInfo.link}
+
+ + You're connected to Client! You can start exchanging messages! +
+ {/if} + {#each messages as message} + + {/each} +Channel is disconnected!
+Do want to connect one more time? Click the button below!
+ ++ Connection Channel Failed with the following error: {error} +
+ +