Audio only streaming without video

For phone calls is it possible to use the flutter library for audio only conference?

Hi,

The Flutter library does not support audio only.
Also, RTMP is not the right protocol for conference because of the latency. You should have a look at WebRTC, SIP,… instead.