Ability to stop a stream using session key

This commit is contained in:
JonnyWong16 2018-06-05 20:30:07 -07:00
parent c18ee81130
commit 8c0bcd0059
6 changed files with 46 additions and 12 deletions

View file

@ -675,6 +675,7 @@
$.ajax({
url: 'terminate_session',
data: {
session_key: key,
session_id: session_id,
message: message
},