Skip to content

Commit

Permalink
fixing example URL
Browse files Browse the repository at this point in the history
  • Loading branch information
jkyberneees committed Dec 5, 2024
1 parent c533544 commit 868ff62
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
*
* <h2>Typical Usage:</h2>
* <pre>{@code
* RealtimeClientConfig config = new RealtimeClientConfig(() -> "ws://example.com/realtime");
* RealtimeClientConfig config = new RealtimeClientConfig(() -> String.format("wss://genesis.r7.21no.de/apps/%s?access_token=%s", appId, accessToken));
* RealtimeClient client = new RealtimeClient(config);
*
* // Connect and listen for session started events
Expand Down

0 comments on commit 868ff62

Please sign in to comment.