How to set "Record all incoming streams" when creating an application via via REST Api?

Missing title. Missing body.

Hi Jean,

You will need to set your streamType to “live-record” instead of “live” in order to enable this option via the REST API.

   "streamConfig": {
      "streamType": "live-record"
   }

Michelle