We're trying to make a video conferencing app. When running the app on Windows for testing, the video turns on just fine but when we run it on a physical device (an Android phone), the following error comes up and the video does not show.
E/flutter ( 1917): [ERROR:flutter/lib/ui/ui_dart_state.cc(198)] Unhandled Exception: Unable to getUserMedia: getUserMedia(): DOMException, NotAllowedError
E/flutter ( 1917): #0 MediaDeviceNative.getUserMedia (package:flutter_webrtc/src/native/mediadevices_impl.dart:29:7)
E/flutter ( 1917):
E/flutter ( 1917): #1 _MeetingPageState.startMeeting (package:attempt2/pages/meeting_page.dart:56:32)
E/flutter ( 1917):
E/flutter ( 1917):