unpublish abstract method
Stops publishing a stream to the channel. If you call this method in a channel where you are not publishing streams, the SDK returns -5 (ERR_REFUSED).
Implementation
@Deprecated('')
Future<void> unpublish();
Stops publishing a stream to the channel. If you call this method in a channel where you are not publishing streams, the SDK returns -5 (ERR_REFUSED).
@Deprecated('')
Future<void> unpublish();