diff --git a/app/views/docs/realtime.phtml b/app/views/docs/realtime.phtml index 4cabe576f..69651aad9 100644 --- a/app/views/docs/realtime.phtml +++ b/app/views/docs/realtime.phtml @@ -493,7 +493,7 @@ subscription.close()

Channels

-

A list of all channels available you can subscribe to:

+

A list of all channels available you can subscribe to. IDs cannot be wildcards.

@@ -514,9 +514,9 @@ subscription.close()

Custom Endpoint

-

The SDK will guess the endpoint of the Realtime API when setting the endpoint of your Appwrite instance. If you are running Appwrite with a custom proxy and changed the route of the Realtime API, you can call the setEndpointRealtime method on the Client SDK and set your new endpoint value.

+

The SDK will guess the endpoint of the Realtime API when setting the endpoint of your Appwrite instance. If you are running Appwrite with a custom proxy and changed the route of the Realtime API, you can call the setEndpointRealtime method on the Client SDK and set your new endpoint value.

-

By default the endpoint is wss://cloud.appwrite.io/v1/realtime.

+

By default the endpoint is wss://cloud.appwrite.io/v1/realtime.