|  | @@ -5046,6 +5046,7 @@ public class VipGroupServiceImpl extends BaseServiceImpl<Long, VipGroup> impleme
 | 
	
		
			
				|  |  |          liveRoom.setRoomUid(roomUid);
 | 
	
		
			
				|  |  |          //liveRoom.setRoomConfig(liveRoom.getRoomConfig());
 | 
	
		
			
				|  |  |          liveRoom.setLiveState(1);
 | 
	
		
			
				|  |  | +        liveRoom.setSpeakerId(courseSchedule.getActualTeacherId());
 | 
	
		
			
				|  |  |          liveRoom.setRoomState(0);
 | 
	
		
			
				|  |  |          liveRoom.setGroupType("LIVE");
 | 
	
		
			
				|  |  |          liveRoom.setCreatedBy(liveRoom.getSpeakerId());
 |