onLiveStreamState method Null safety
Get notified of the live streaming status.
taskId live streaming task ID
pushUrl URL for a streaming push task
liveState live streaming status NERtcLiveStreamState
Implementation
void onLiveStreamState(String taskId, String pushUrl, int liveState);