Ant Media Server is a live streaming engine software that provides adaptive, ultra low latency streaming by using WebRTC technology with ~0.5 seconds latency. Ant Media Server is auto-scalable and it can run on-premise or on-cloud.
The generated swagger lists a single value for these fields, instead of an enum of those values.
Broadcast.status
Broadcast.playListStatus
Broadcast.type
Broadcast.publishType
This is due to the allowed values for these are set as a single string with commas in.
The effect of this is that we can't do correct code generation on the generated swagger file. We first must do some regex magic to make the file usable.
Short description
The generated swagger lists a single value for these fields, instead of an enum of those values. Broadcast.status Broadcast.playListStatus Broadcast.type Broadcast.publishType
This is due to the allowed values for these are set as a single string with commas in.
The effect of this is that we can't do correct code generation on the generated swagger file. We first must do some regex magic to make the file usable.
I actually already opened a pull request for this, but I didn't know if that's an acceptable way to request changes https://github.com/ant-media/Ant-Media-Server/pull/6739
Environment
Steps to reproduce
Expected behavior
Actual behavior
Logs
no relevant logs