Type alias OnWaitingRoomParticipantLeaveEvent

OnWaitingRoomParticipantLeaveEvent: { timestamp: number; participant: { screenName: string; participantUUID: string } }

Type declaration

  • timestamp: number
  • participant: { screenName: string; participantUUID: string }
    • screenName: string
    • participantUUID: string

Generated using TypeDoc