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} ```