Skip to content

Commit

Permalink
Fixed server ip for the conference sample app.
Browse files Browse the repository at this point in the history
  • Loading branch information
filip-ams committed Oct 31, 2024
1 parent 874928e commit 6316d0e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions example/SampleProject/lib/main.dart
Original file line number Diff line number Diff line change
Expand Up @@ -381,10 +381,10 @@ class _MyAppState extends State<MyApp> {
context,
MaterialPageRoute(
builder: (BuildContext context) => Conference(
ip: _roomIdController.text,
ip: _server,
id: _streamIdController.text,
userscreen: false,
roomId: _roomId,
roomId: _roomIdController.text,
),
),
);
Expand Down

0 comments on commit 6316d0e

Please sign in to comment.