The application fails to run due to the following error:
Error: Too many positional arguments: 0 allowed, but 2 found.
Try removing the extra positional arguments.
configuration.dimensions = VideoDimensions(1920, 1080);
The solution was to comment out Line 62 in pages/call.dart
The application fails to run due to the following error:
The solution was to comment out Line 62 in pages/call.dart
Fixing this I can run the application then join video with a channel name as a broadcaster or audience but then I get a token error
What is required to fix this? Why does the project have the positional error by default?