예제 #1
0
 def _addCompanyHall(self, live_request):
     '''
     加入企业大厅
     :param live_request:
     :return:
     '''
     ChatHall.createHall(live_request.cid, live_request.uuid)
예제 #2
0
파일: __init__.py 프로젝트: caimmy/horner
 def _quitFromHall(self):
     chat_hall = ChatHall(self.company_id)
     if chat_hall.isLoadSuccess():
         chat_hall.removeRequestUuid(self.sess_id)