From 6fa27d424410265aa455883404218e26a4ed870d Mon Sep 17 00:00:00 2001 From: CloudWebRTC Date: Tue, 1 Nov 2022 16:40:41 +0800 Subject: [PATCH] Update README.md --- example/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/example/README.md b/example/README.md index 9cd4320..ab63d7b 100644 --- a/example/README.md +++ b/example/README.md @@ -10,5 +10,5 @@ Run example: flutter pub get # Due to the inconvenience of typing on mobile devices, # you can autofill URL and TOKEN for first run in debug mode. -flutter run --dart-define=URL=ws://${LIVEKIT_SERVER_IP}:7880 --dart-define=TOKEN=${YOUR_TOKEN} +flutter run --dart-define=URL=wss://${LIVEKIT_SERVER_IP_OR_DOMAIN}--dart-define=TOKEN=${YOUR_TOKEN} ```