onLiveStreamState method Null safety

void onLiveStreamState(
  1. String taskId,
  2. String pushUrl,
  3. int liveState
)

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);