结束直播
This commit is contained in:
parent
ab631515ea
commit
4a195a57c5
@ -163,7 +163,14 @@ function setBtnClickFuc() {
|
||||
leave();
|
||||
$('#room-root').hide();
|
||||
$('#login-root').show();
|
||||
window.parent.location.href="/regime/live";
|
||||
$.ajax({
|
||||
url: window.url + 'StopMCUMixTranscode?roomid=' + window.roomid,
|
||||
headers: "Bearer " + localStorage.getItem("token"),
|
||||
success(){
|
||||
window.parent.location.href="/regime/live";
|
||||
}
|
||||
})
|
||||
|
||||
}
|
||||
else{
|
||||
x="你按下了\"取消\"按钮!";
|
||||
|
Loading…
Reference in New Issue
Block a user