sd
This commit is contained in:
@@ -422,7 +422,7 @@
|
||||
<div class="connection-info">
|
||||
<h4>Client Connection Information</h4>
|
||||
<p>Clients can connect to this room using:</p>
|
||||
<p><strong>WebSocket URL:</strong> <code>ws://{{ server_host }}:{{ server_port }}/ws/client/{{ room.id }}/{{ room.password }}</code></p>
|
||||
<p><strong>WebSocket URL:</strong> <code>{{ 'wss' if ssl_enabled else 'ws' }}://{{ server_host }}:{{ server_port }}/ws/client/{{ room.id }}/{{ room.password }}</code></p>
|
||||
<p><strong>Room ID:</strong> <code>{{ room.id }}</code></p>
|
||||
<p><strong>Password:</strong> <code>{{ room.password }}</code></p>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user