You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There is currently no way to turn the camera flashlight on or off while video is publishing. Since two clients can't access the camera at the same time, there needs to be a way to configure a custom capturer that can open the camera. The custom capturer would then be able to turn the camera flashlight on or off.
Proposal
Provide a way to hook into the Publisher.Builder to further configure the Publisher as needed.
Feature Request
Description
Proposal
Provide a way to hook into the Publisher.Builder to further configure the Publisher as needed.
This is what I ended up doing that fulfilled our requirements: master...cunninghamzac:configure-publisher
I then call
in the
MainApplication.onCreate()
. The PublisherConfig implementation then sets a custom capturer on the Publisher.Builder.The text was updated successfully, but these errors were encountered: