Hello, is it possible to broadcast live through a call from a script and
thus not have to go to the menu and click on the broadcast option?In the
documentation there are calls related to it, some ideas on how to use
them:https://developer.oculus.com/...
When I click on the transmit button I do receive information about the
callback but how could I make that call from code?The
callback:Livestreaming.SetStatusUpdateNotificationCallback((Message
msg)=> { GetLoggedInUser(msg); }); I use this:
CAPI.ovr_L...