Skip to content

v4.10.0

Choose a tag to compare

@SecondeJK SecondeJK released this 05 Apr 09:34
· 174 commits to main since this release
1493c01

Added

StreamMode:
You can set a streammode when creating a Broadcast or Archive to allow for manually dropping streams in and out using the following methods:

addStreamToArchive
addStreamToBroadcast
removeStreamFromArchive
removeStreamFromArchive

ObserveForceMute and forceMuteAll

Allows greater control over stream muting. You can find more info from the documentation.

Changed

PHPDoc has internally been changed to allow docs to be rendered correctly.