Skip to content

Commit

Permalink
Merge pull request #66 from ant-media/conference_quick_fix
Browse files Browse the repository at this point in the history
  • Loading branch information
mustafaboleken authored Oct 31, 2024
2 parents 874928e + 6316d0e commit 1b2293b
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 1b2293b

Please sign in to comment.