Browse Source

调整安卓ios推流参数token

heyang 3 years ago
parent
commit
f13f2ce36d
1 changed files with 1 additions and 1 deletions
  1. 1 1
      screenAndroid/WXtrialInterface.html

+ 1 - 1
screenAndroid/WXtrialInterface.html

@@ -155,7 +155,7 @@
 		var parameters = GetRequest();
 		var ip = parameters["ip"];
 		var appletPushAddress = parameters["appletPushAddress"];
-		var socketURL = isWSS ? "wss://" + appletPushAddress + "?cardIp=" + ip : "ws://" + appletPushAddress + "?cardIp=" + ip;
+		var socketURL = isWSS ? "wss://" + appletPushAddress + "?cardIp=" + ip + "&token=" + form.id : "ws://" + appletPushAddress + "?cardIp=" + ip + "&token=" + form.id;
 		// var socketURL = "ws://14.215.128.96:2004";
 
 		var jmuxer = new JMuxer({