stopLiveTranscoding abstract method

  1. @Deprecated('Deprecated since v3.54.1, use stopPushStreamToCDN instead')
Future<int?> stopLiveTranscoding(
  1. String taskId
)

Stops pushing streams to CDN.

Return value:

Implementation

@Deprecated('Deprecated since v3.54.1, use stopPushStreamToCDN instead')
Future<int?> stopLiveTranscoding(String taskId);