Invitation

Invitation

会议邀请信息。

Constructor

new Invitation(id, invitee, displayName)

Parameters:
Name Type Description
id number

受邀者 ID 。

invitee string

受邀者。

displayName string

受邀者这显示名。

Classes

Invitation

Members

accepted :boolean

是否已接受邀请。

Type:
  • boolean

acceptionTime :number

接受邀请的时间。

Type:
  • number

displayName :string

显示名字。

Type:
  • string

id :number

受邀者 ID 。

Type:
  • number

invitee :string

被邀请者。

Type:
  • string

Methods

toJSON()