streamUnpublished property

  1. @deprecated
UrlCallback? streamUnpublished
getter/setter pair

Reports the result of calling the RtcEngine.removePublishStreamUrl method.

Deprecated Use RtcEngineEventHandler.rtmpStreamingStateChanged instead.

This callback indicates whether you have successfully removed an RTMP stream from the CDN.

The UrlCallback typedef includes the following parameter:

  • String url: The CDN streaming URL.

Implementation

@deprecated
UrlCallback? streamUnpublished;