Properties
				
					
					show-result
					show-result: { checkInId: string }
					
					
					
				
				
					
					start
					start: { checkInId: string; duration: number; roomId: string; sessionId: string; tips: string }
					
					
					
						Type declaration
						
							- 
								
checkInId: string
								
							 
							- 
								
duration: number
							 
							- 
								
roomId: string
								
							 
							- 
								
sessionId: string
								
							 
							- 
								
tips: string
							 
						
					 
				
				
					
					stop
					stop: { checkInNum: number; onlineNum: number; roomId: string }
					
					
					
						Type declaration
						
							- 
								
checkInNum: number
								
							 
							- 
								
onlineNum: number
								
							 
							- 
								
roomId: string
								
							 
						
					 
				
			
		 
签到功能的相关事件类型。