winlin

update reame

@@ -289,6 +289,10 @@ @@ -289,6 +289,10 @@
289 function on_user_exit_chat(complete_pfn) { 289 function on_user_exit_chat(complete_pfn) {
290 srs_publisher.stop(); 290 srs_publisher.stop();
291 $("#btn_join").text("加入会议"); 291 $("#btn_join").text("加入会议");
  292 +
  293 + if (realtime_player) {
  294 + realtime_player.stop();
  295 + }
292 296
293 if (!self_chat) { 297 if (!self_chat) {
294 return; 298 return;