removeInjectStreamUrl abstract method

Future<void> removeInjectStreamUrl(
  1. String url
)

Removes the voice or video stream URL address from the 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. After a successful method, the SDK triggers the userOffline callback with the uid of 666.

Param url The URL address of the injected stream to be removed.

Implementation

Future<void> removeInjectStreamUrl(String url);