* support abort signal
This commit is contained in:
parent
2a74d7ec9a
commit
1da8cfd4a1
|
|
@ -325,16 +325,16 @@
|
|||
function handleRecordingAborted(recordingId, result) {
|
||||
|
||||
if(recordingId == "video") {
|
||||
/**
|
||||
|
||||
// comes from AbortedVideoRecording
|
||||
recordingId = result;
|
||||
if (arguments.length == 2) {
|
||||
result = arguments[2]
|
||||
}
|
||||
logger.debug("video recording aborted", result)
|
||||
context.JK.Banner.showAlert("Video has stopped recording. Audio is still recording...")
|
||||
context.RecordingActions.stopRecording()
|
||||
*/
|
||||
context.JK.Banner.showAlert("Video has stopped recording. Audio is still recording.")
|
||||
//context.RecordingActions.stopRecording()
|
||||
|
||||
return;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue