Forum Discussion
PresentysFB
2 years agoHonored Guest
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<LivestreamingStatus> msg)
=> { GetLoggedInUser(msg); });
I use this:
CAPI.ovr_Livestreaming_StartStream(LivestreamingAudience.Public, LivestreamingMicrophoneStatus.MicrophoneOn);
But it doesn't seem to do anything