Hi, mediasoup-client 3.13.0 has been released. It comes with changes in supported browser/device handlers and hence also with changes in the BuiltinHandlerName
TS type.
The new device handler names are:
export type BuiltinHandlerName =
| 'Chrome111'
| 'Chrome74'
| 'Firefox120'
| 'Safari12'
| 'ReactNative106';
The API documentation in the website has been updated: mediasoup :: API
Here the corresponding PR: Remove old handlers by ibc · Pull Request #331 · versatica/mediasoup-client · GitHub