Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Namespace: microsoft.graph
Specifies the joinMeetingId, the meeting passcode, and the requirement for the passcode for an online meeting.
Properties
Property | Type | Description |
---|---|---|
isPasscodeRequired | Boolean | Indicates whether a passcode is required to join a meeting when using joinMeetingId. Optional. |
joinMeetingId | String | The meeting ID to be used to join a meeting. Optional. Read-only. |
passcode | String | The passcode to join a meeting. Optional. Read-only. |
JSON representation
The following JSON representation shows the resource type.
{
"@odata.type": "#microsoft.graph.joinMeetingIdSettings",
"isPasscodeRequired": "Boolean",
"joinMeetingId": "String",
"passcode": "String"
}