onlineMeetingBase 资源类型

命名空间:microsoft.graph

表示基本联机会议。 onlineMeetingvirtualEventSession 的基类型。

继承自 entity

提示

这是一种抽象类型,不能直接使用。 请改用派生类型 onlineMeetingvirtualEventSession

属性

属性 类型 说明
allowAttendeeToEnableCamera 布尔值 指示与会者是否可以打开其相机。
allowAttendeeToEnableMic 布尔值 指示与会者是否可以打开其麦克风。
allowMeetingChat meetingChatMode 指定会议聊天的模式。
allowParticipantsToChangeName 布尔值 指定是否允许参与者在会议实例中重命名自己。
allowTeamworkReactions 布尔值 指示是否为会议启用了 Teams 反应。
allowTranscription 布尔值 指示是否为会议启用听录。
allowRecording 布尔值 指示是否为会议启用录制。
allowedPresenters onlineMeetingPresenters 指定谁可以成为会议中的演示者。
anonymizeIdentityForRoles onlineMeetingRole 集合 指定谁的标识在会议中匿名。 可能的值为: attendeeattendee添加后,无法通过 PATCH 操作删除该值。
audioConferencing audioConferencing 电话访问 (拨入) 联机会议的信息。 只读。
chatInfo chatInfo 与此联机会议关联的聊天信息。
id String 与联机会议关联的默认 ID。 此为只读属性。
isEntryExitAnnounced 布尔值 指示在调用方加入或离开时是报出。
joinInformation itemBody 在“Accept-Language”请求 HTTP 标头中指定的语言和区域设置变体中的联接信息。 此为只读属性。
joinMeetingIdSettings joinMeetingIdSettings 指定 joinMeetingId、会议密码和密码要求。 创建 onlineMeeting 后,无法修改 joinMeetingIdSettings 。 若要对此属性进行任何更改,必须取消此会议并创建一个新会议。
joinWebUrl String 联机会议的加入 URL。 此为只读属性。
lobbyBypassSettings lobbyBypassSettings 指定哪些参与者可以绕过会议大厅。
recordAutomatically 布尔值 指示是否自动录制会议。
subject String 联机会议的主题。
videoTeleconferenceId String 视频电话会议 ID。 此为只读属性。
watermarkProtection watermarkProtectionValues 指定客户端应用程序是否应将水印应用于内容类型。

onlineMeetingPresenters 值

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

meetingChatMode 值

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

meetingChatHistoryDefaultMode 值

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

关系

关系 类型 说明
attendanceReports meetingAttendanceReport 集合 联机会议的出席情况报告。 只读。

JSON 表示形式

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

{
  "allowAttendeeToEnableCamera": "Boolean",
  "allowAttendeeToEnableMic": "Boolean",
  "allowMeetingChat": {"@odata.type": "microsoft.graph.meetingChatMode"},
  "allowTeamworkReactions": "Boolean",
  "allowedPresenters": "String",
  "anonymizeIdentityForRoles": ["String"],
  "audioConferencing": {"@odata.type": "microsoft.graph.audioConferencing"},
  "chatInfo": {"@odata.type": "microsoft.graph.chatInfo"},
  "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": "microsoft.graph.meetingChatHistoryDefaultMode",
  "startDateTime": "String (timestamp)",  
  "subject": "String",
  "videoTeleconferenceId": "String",
  "watermarkProtection": {"@odata.type": "microsoft.graph.watermarkProtectionValues"}
}