I'm developing an app using FlutterFlow and encountering an issue with the MuxBroadcast widget. The app is tested on an iPhone. As far as I understand I get null instead of a streaming data. When attempting to create a live stream, I'm facing the following error:
flutter: Cloud call error!
Code: aborted
Details: null
Message: Could not create live stream
[ERROR:flutter/runtime/dart_vm_initializer.cc(41)] Unhandled Exception: NoSuchMethodError: The method '[]' was called on null.
Receiver: null
Tried calling: [](0)
#0 Object.noSuchMethod (dart:core-patch/object_patch.dart:38:5)
#1 _LivestreamPageWidgetState.startStreaming (package:streamer_application/main_pages/livestream_page/livestream_page_widget.dart:256:48)
<asynchronous suspension>
#2 _LivestreamPageWidgetState.build.<anonymous closure> (package:streamer_application/main_pages/livestream_page/livestream_page_widget.dart:166:19)
<asynchronous suspension>
#3 _FFButtonWidgetState.build.<anonymous closure> (package:streamer_application/flutter_flow/flutter_flow_widgets.dart:110:19)
<asynchronous suspension>
Thanks in advance.