Options
All
  • Public
  • Public/Protected
  • All
Menu

签到功能的相关事件类型。

Hierarchy

  • CheckInEventMap

Index

Properties

Properties

show-result

show-result: { checkInId: string }

显示结果。

Type declaration

  • checkInId: string

    该场签到 id

start

start: { checkInId: string; duration: number; roomId: string; sessionId: string; tips: string }

开始签到。

Type declaration

  • checkInId: string

    该场签到 id

  • duration: number
  • roomId: string

    房间号

  • sessionId: string

    场次 id

  • tips: string

stop

stop: { checkInNum: number; onlineNum: number; roomId: string }

结束签到。

Type declaration

  • checkInNum: number

    该场签到人数

  • onlineNum: number

    该场签到参与人数(已签到和未签到)

  • roomId: string

    房间号

Generated using TypeDoc