Update README.md

This commit is contained in:
CloudWebRTC
2022-11-01 16:40:41 +08:00
committed by GitHub
parent 22a18d3e9c
commit 6fa27d4244
+1 -1
View File
@@ -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}
```