mirror of
https://github.com/ossrs/srs.git
synced 2025-03-09 15:49:59 +00:00
update reame
This commit is contained in:
parent
4ef934004c
commit
12586f793c
1 changed files with 4 additions and 0 deletions
|
@ -289,6 +289,10 @@
|
||||||
function on_user_exit_chat(complete_pfn) {
|
function on_user_exit_chat(complete_pfn) {
|
||||||
srs_publisher.stop();
|
srs_publisher.stop();
|
||||||
$("#btn_join").text("加入会议");
|
$("#btn_join").text("加入会议");
|
||||||
|
|
||||||
|
if (realtime_player) {
|
||||||
|
realtime_player.stop();
|
||||||
|
}
|
||||||
|
|
||||||
if (!self_chat) {
|
if (!self_chat) {
|
||||||
return;
|
return;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue