virtualEventSession 资源类型

命名空间:microsoft.graph

重要

Microsoft Graph /beta 版本下的 API 可能会发生更改。 不支持在生产应用程序中使用这些 API。 若要确定 API 是否在 v1.0 中可用,请使用 版本 选择器。

表示 virtualEvent 中的会话。

继承自 onlineMeetingBase

方法

方法 返回类型 说明
列表会话 virtualEventSession 集合 获取虚拟事件下的所有 virtualEventSession 对象的列表。
获取 virtualEventSession virtualEventSession 读取 virtualEventSession 对象的属性和关系。

属性

属性 类型 说明
allowAttendeeToEnableCamera 布尔值 指示与会者是否可以打开其相机。 继承自 onlineMeetingBase
allowAttendeeToEnableMic 布尔值 指示与会者是否可以打开其麦克风。 继承自 onlineMeetingBase
allowMeetingChat meetingChatMode 指定会议聊天模式。 继承自 onlineMeetingBase
allowParticipantsToChangeName 布尔值 指定是否允许参与者在会议实例中重命名自己。 继承自 onlineMeetingBase
allowTeamworkReactions 布尔值 指示是否为虚拟事件会话启用 Teams 反应。 继承自 onlineMeetingBase
allowTranscription 布尔值 指示是否为虚拟事件会话启用听录。 继承自 onlineMeetingBase
allowRecording 布尔值 指示是否为虚拟事件会话启用录制。 继承自 onlineMeetingBase
allowedPresenters onlineMeetingPresenters 指定谁可以成为虚拟事件会话中的演示者。 继承自 onlineMeetingBase
anonymizeIdentityForRoles onlineMeetingRole 集合 指定在虚拟事件会话中匿名的标识。 可能的值为: attendeeattendee添加后,无法通过 PATCH 操作删除该值。 继承自 onlineMeetingBase
audioConferencing audioConferencing 电话访问 (拨入) 虚拟事件会话的信息。 此为只读属性。 继承自 onlineMeetingBase
chatInfo chatInfo 与虚拟事件会话关联的聊天信息。 继承自 onlineMeetingBase
endDateTime DateTimeTimeZone 虚拟事件会话结束时间。
id String 虚拟事件会话的唯一标识符。 此为只读属性。 继承自 onlineMeetingBase
isEntryExitAnnounced 布尔值 指示在调用方加入或离开时是报出。 继承自 onlineMeetingBase
joinInformation itemBody 虚拟事件会话的加入信息。 此为只读属性。 继承自 onlineMeetingBase
joinMeetingIdSettings joinMeetingIdSettings 指定 joinMeetingId、会议密码和密码要求。 继承自 onlineMeetingBase
joinWebUrl String 虚拟事件会话的加入 URL。 此为只读属性。 继承自 onlineMeetingBase
lobbyBypassSettings lobbyBypassSettings 指定哪些参与者可以绕过会议大厅。 继承自 onlineMeetingBase
recordAutomatically 布尔值 指示是否自动记录虚拟事件会话。 继承自 onlineMeetingBase
startDateTime DateTimeTimeZone 虚拟事件会话开始时间。
subject String 虚拟事件会话的主题。 继承自 onlineMeetingBase
videoTeleconferenceId String 视频电话会议 ID。 此为只读属性。 继承自 onlineMeetingBase
watermarkProtection watermarkProtectionValues 指定客户端应用程序是否应将水印应用于内容类型。 继承自 onlineMeetingBase

onlineMeetingPresenters 值

说明
每个人 都 每个人都是演示者。 默认值。
组织 组织者组织中的每个人都是演示者。
roleIsPresenter 只有角色为演示者的参与者是演示者。
组织者 只有组织者是演示者。
unknownFutureValue 可演变枚举 sentinel 值。 请勿使用。

meetingChatMode 值

说明
已启用 会议聊天已启用。
禁用 会议聊天已禁用。
有限 会议聊天已启用,但仅在会议通话期间启用。
unknownFutureValue 可演变枚举 sentinel 值。 请勿使用。

meetingChatHistoryDefaultMode 值

说明
全部 共享所有会议聊天历史记录。
不共享任何会议聊天历史记录。
unknownFutureValue 可演变枚举 sentinel 值。 请勿使用。

关系

关系 类型 说明
attendanceReports meetingAttendanceReport 集合 此虚拟事件会话的出席报告。 继承自 onlineMeetingBase

JSON 表示形式

以下 JSON 表示形式显示了资源类型。

{
  "@odata.type": "#microsoft.graph.virtualEventSession",
  "allowAttendeeToEnableCamera": "Boolean",
  "allowAttendeeToEnableMic": "Boolean",
  "allowMeetingChat": "String",
  "allowParticipantsToChangeName": "Boolean",
  "allowTeamworkReactions": "Boolean",
  "allowedPresenters": "String",
  "alternativeRecording": "Stream",
  "anonymizeIdentityForRoles": ["String"],
  "audioConferencing": {"@odata.type": "microsoft.graph.audioConferencing"},
  "chatInfo": {"@odata.type": "microsoft.graph.chatInfo"},
  "endDateTime": {"@odata.type": "microsoft.graph.dateTimeTimeZone"},
  "id": "String (identifier)",
  "isEntryExitAnnounced": "Boolean",
  "joinInformation": {"@odata.type": "microsoft.graph.itemBody"},
  "joinMeetingIdSettings": {"@odata.type": "microsoft.graph.joinMeetingIdSettings"},
  "joinWebUrl": "String",
  "lobbyBypassSettings": {"@odata.type": "microsoft.graph.lobbyBypassSettings"},
  "recordAutomatically": "Boolean",
  "shareMeetingChatHistoryDefault": "String",
  "startDateTime": {"@odata.type": "microsoft.graph.dateTimeTimeZone"},
  "subject": "String",
  "videoTeleconferenceId": "String",
  "watermarkProtection": {"@odata.type": "microsoft.graph.watermarkProtectionValues"}
}

列出 meetingAttendanceReports