forked from External/greenlight
		
	fix recording ready email for 2.0
This commit is contained in:
		@@ -49,7 +49,7 @@ def getParticipantsInfo(events_xml)
 | 
				
			|||||||
end
 | 
					end
 | 
				
			||||||
 | 
					
 | 
				
			||||||
def get_id_from_event(event)
 | 
					def get_id_from_event(event)
 | 
				
			||||||
  (event.xpath('externalUserId').empty?) ? event.xpath('userId').text.split('_')[0] : event.xpath('externalUserId').text
 | 
					  (event.xpath('externalUserId').empty?) ? event.xpath('userId').text : event.xpath('externalUserId').text
 | 
				
			||||||
end
 | 
					end
 | 
				
			||||||
 | 
					
 | 
				
			||||||
# Gets the join and leave times for each user, as well as total duration of stay.
 | 
					# Gets the join and leave times for each user, as well as total duration of stay.
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user