结束直播
This commit is contained in:
parent
ab631515ea
commit
4a195a57c5
@ -163,7 +163,14 @@ function setBtnClickFuc() {
|
|||||||
leave();
|
leave();
|
||||||
$('#room-root').hide();
|
$('#room-root').hide();
|
||||||
$('#login-root').show();
|
$('#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{
|
else{
|
||||||
x="你按下了\"取消\"按钮!";
|
x="你按下了\"取消\"按钮!";
|
||||||
|
Loading…
Reference in New Issue
Block a user