I am using flutter_webrtc package for streaming video from a camera. There is a requirement to implement a two way communication in which the user can speak through the mobile and the audio can be played from camera and vice versa. The camera only supports PCMU as codec. How to set PCMU codec using setCodecPreferences function?
Also, how can we set the samples per frame as 640 for PCMU?