streamInjectedStatus property

StreamInjectedStatusCallback? streamInjectedStatus
getter/setter pair

Occurs when a media stream URL address is added to the interactive live streaming. Agora will soon stop the service for injecting online media streams on the client. If you have not implemented this service, Agora recommends that you do not use it.

Param url The URL address of the externally injected stream.

Param uid User ID.

Param status State of the externally injected stream: InjectStreamStatus .

Implementation

StreamInjectedStatusCallback? streamInjectedStatus;