stopPushStreamToCDN abstract method
Stops the task of pushing a single media stream to CDN.
Return value:
0
: Success.<0
: Failure. See ReturnStatus for the reason.
Implementation
Future<int?> stopPushStreamToCDN(String taskId);
Stops the task of pushing a single media stream to CDN.
Return value:
0
: Success.<0
: Failure. See ReturnStatus for the reason.Future<int?> stopPushStreamToCDN(String taskId);