mediasoup-client 3.13.0 released with a breaking change

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

This topic was automatically closed after 2 days. New replies are no longer allowed.