amazon-chime-sdk-js
amazon-chime-sdk-js copied to clipboard
Allow 30fps in simulcast uplink policy
Hello,
I saw that in recent commit it will be possible to pass in custom simulcast uplink policy. Will it also be possible to set 30fps for simulcast?
Thanks.
@OasisLiveForever Yes, you just need to update this chooseMediaTrackConstraints to set 30fps.
@ltrung Will I have to reimplement the entire uplink policy or will I be able to inherit from DefaultSimulcastUplinkPolicy and override only chooseMediaTrackConstraints method?
What about chooseVideoInputQuality method? Does it have effect when using simulcast?
You only have to inherit from DefaultSimulcastUplinkPolicy and override chooseMediaTrackConstraints. Make sure to specify that in meeting configuration.
Currently simulcast ignores chooseVideoInputQuality so that API only specify the capturing for the stream from the camera.