0.16.0
·
121 commits
to main
since this release
Features
-
Introduced new method,
getNetworkTopology()
which indicates whether the call is happening over an "sfu" or "peer" connection type.let { topology } = await call.getNetworkTopology(); // topology will be set to 'sfu' | 'peer' | 'none' (if not in the call)
-
Added support for new portrait layouts to live streaming with the options of a 'vertical' or 'inset' layout. See the portrait option in the docs for more information.
Other improvements
- Minor README updates