ZEGOCLOUD / zego_uikit_prebuilt_live_streaming_flutter

MIT License
5 stars 7 forks source link

How to know the state of the live stream #7

Closed enriquejuan2 closed 1 year ago

enriquejuan2 commented 1 year ago

How do you know that the livestream is starting or is ending

tingyang0831 commented 1 year ago

hi @enriquejuan2 You could use these two callbacks: onLiveStreamingEnded() onStartLiveButtonPressed()

enriquejuan2 commented 1 year ago

Where do i find them?

enriquejuan2 commented 1 year ago

I solved this by using onLiveStreamingStateUpdate. Thanks

enriquejuan2 commented 1 year ago

Found workaround solution