|
@@ -251,7 +251,7 @@ public class IMHelper {
|
|
|
jsonObject.put("sliceMin",30);
|
|
|
// jsonObject.put("renderMode",1);
|
|
|
jsonObject.put("hostUserId",hostUserId);
|
|
|
-// jsonObject.put("hostStreamId",hostUserId);
|
|
|
+ jsonObject.put("hostStreamId",hostUserId);
|
|
|
JSONObject json = new JSONObject();
|
|
|
json.put("sessionId",roomQuery(roomId));
|
|
|
json.put("config",jsonObject);
|