Can I create private live streams using FlutterFlow's Mux integration?

Based on this page from mux docs:

https://docs.mux.com/guides/secure-video-playback

there is an option to make a livestream private when I create one, so only users authorized by me can view it.

this is accomplished by passing an extra option in the API request made to create the live stream to their REST API.

Is there a way to make use of this feature in FlutterFlow or I need to donwload my app source code and move forward without FlutterFlow already?

2