broadcastMeetingSettings resource type
Namespace: microsoft.graph
Important
APIs under the /beta version in Microsoft Graph are subject to change. Use of these APIs in production applications is not supported. To determine whether an API is available in v1.0, use the Version selector.
Represents settings related to a live event in Microsoft Teams.
Properties
| Property | Type | Description |
|---|---|---|
| allowedAudience | broadcastMeetingAudience | Defines who can join the Teams live event. Possible values are listed in the following table. |
| captions | broadcastMeetingCaptionSettings | Caption settings of a Teams live event. |
| isRecordingEnabled | Boolean | Indicates whether recording is enabled for this Teams live event. Default value is false. |
| isAttendeeReportEnabled | Boolean | Indicates whether attendee report is enabled for this Teams live event. Default value is false. |
| isQuestionAndAnswerEnabled | Boolean | Indicates whether Q&A is enabled for this Teams live event. Default value is false. |
| isVideoOnDemandEnabled | Boolean | Indicates whether video on demand is enabled for this Teams live event. Default value is false. |
broadcastMeetingAudience values
| Value | Description |
|---|---|
| everyone | This Teams live event will be open to anyone. This is the default value. |
| organization | Everyone in your org can join this Teams live event. |
| roleIsAttendee | Only the specified people can join this Teams live event. |
| unknownFutureValue | Evolvable enumeration sentinel value. Do not use. |
JSON representation
The following is a JSON representation of the resource.
{
"@odata.type": "#microsoft.graph.broadcastMeetingSettings",
"allowedAudience": "String",
"isRecordingEnabled": "Boolean",
"isAttendeeReportEnabled": "Boolean",
"isQuestionAndAnswerEnabled": "Boolean",
"isVideoOnDemandEnabled": "Boolean",
"captions": {
"@odata.type": "microsoft.graph.broadcastMeetingCaptionSettings"
}
}
Feedback
Submit and view feedback for