virtualEventSession resource type
Article 02/13/2024
6 contributors
Feedback
In this article
Namespace: microsoft.graph
Represents a session in a virtualEvent .
Inherits from onlineMeetingBase .
Methods
Properties
Property
Type
Description
allowAttendeeToEnableCamera
Boolean
Indicates whether attendees can turn on their camera. Inherited from onlineMeetingBase .
allowAttendeeToEnableMic
Boolean
Indicates whether attendees can turn on their microphone. Inherited from onlineMeetingBase .
allowMeetingChat
meetingChatMode
Specifies the mode of meeting chat. Inherited from onlineMeetingBase .
allowParticipantsToChangeName
Boolean
Specifies whether participants are allowed to rename themselves in an instance of the meeting. Inherited from onlineMeetingBase .
allowTeamworkReactions
Boolean
Indicates whether Teams reactions are enabled for the virtual event session. Inherited from onlineMeetingBase .
allowTranscription
Boolean
Indicates whether transcription is enabled for the virtual event session. Inherited from onlineMeetingBase .
allowRecording
Boolean
Indicates whether recording is enabled for the virtual event session. Inherited from onlineMeetingBase .
allowedPresenters
onlineMeetingPresenters
Specifies who can be a presenter in a virtual event session. Inherited from onlineMeetingBase .
anonymizeIdentityForRoles
onlineMeetingRole collection
Specifies whose identity is anonymized in the virtual event session. Possible values are: attendee
. The attendee
value can't be removed through a PATCH operation once added. Inherited from onlineMeetingBase .
audioConferencing
audioConferencing
The phone access (dial-in) information for the virtual event session. Read-only. Inherited from onlineMeetingBase .
chatInfo
chatInfo
The chat information associated with the virtual event session. Inherited from onlineMeetingBase .
endDateTime
DateTimeTimeZone
The virtual event session end time.
id
String
The unique identifier of the virtual event session. Read-only. Inherited from onlineMeetingBase .
isEntryExitAnnounced
Boolean
Indicates whether to announce when callers join or leave. Inherited from onlineMeetingBase .
joinInformation
itemBody
The join information of the virtual event session. Read-only. Inherited from onlineMeetingBase .
joinMeetingIdSettings
joinMeetingIdSettings
Specifies the joinMeetingId , the meeting passcode, and the requirement for the passcode. Inherited from onlineMeetingBase .
joinWebUrl
String
The join URL of the virtual event session. Read-only. Inherited from onlineMeetingBase .
lobbyBypassSettings
lobbyBypassSettings
Specifies which participants can bypass the meeting lobby. Inherited from onlineMeetingBase .
recordAutomatically
Boolean
Indicates whether to record the virtual event session automatically. Inherited from onlineMeetingBase .
startDateTime
DateTimeTimeZone
The virtual event session start time.
subject
String
The subject of the virtual event session. Inherited from onlineMeetingBase .
videoTeleconferenceId
String
The video teleconferencing ID. Read-only. Inherited from onlineMeetingBase .
watermarkProtection
watermarkProtectionValues
Specifies whether the client application should apply a watermark to a content type. Inherited from onlineMeetingBase .
onlineMeetingPresenters values
Value
Description
everyone
Everyone is a presenter. Default.
organization
Everyone in organizer’s organization is a presenter.
roleIsPresenter
Only the participants whose role is presenter are presenters.
organizer
Only the organizer is a presenter.
unknownFutureValue
Evolvable enumeration sentinel value. Don't use.
meetingChatMode values
Value
Description
enabled
Meeting chat is enabled.
disabled
Meeting chat is disabled.
limited
Meeting chat is enabled but only during the meeting call.
unknownFutureValue
Evolvable enumeration sentinel value. Don't use.
meetingChatHistoryDefaultMode values
Value
Description
all
All meeting chat history is shared.
none
No meeting chat history is shared.
unknownFutureValue
Evolvable enumeration sentinel value. Don't use.
Relationships
JSON representation
The following JSON representation shows the resource type.
{
"@odata.type": "#microsoft.graph.virtualEventSession",
"id": "String (identifier)",
"joinWebUrl": "String",
"subject": "String",
"audioConferencing": {
"@odata.type": "microsoft.graph.audioConferencing"
},
"chatInfo": {
"@odata.type": "microsoft.graph.chatInfo"
},
"videoTeleconferenceId": "String",
"joinMeetingIdSettings": {
"@odata.type": "microsoft.graph.joinMeetingIdSettings"
},
"joinInformation": {
"@odata.type": "microsoft.graph.itemBody"
},
"lobbyBypassSettings": {
"@odata.type": "microsoft.graph.lobbyBypassSettings"
},
"isEntryExitAnnounced": "Boolean",
"allowedPresenters": "String",
"allowAttendeeToEnableMic": "Boolean",
"allowAttendeeToEnableCamera": "Boolean",
"allowMeetingChat": "String",
"allowTeamworkReactions": "Boolean",
"shareMeetingChatHistoryDefault": "String",
"allowParticipantsToChangeName": "Boolean",
"recordAutomatically": "Boolean",
"watermarkProtection": {
"@odata.type": "microsoft.graph.watermarkProtectionValues"
},
"startDateTime": {
"@odata.type": "microsoft.graph.dateTimeTimeZone"
},
"endDateTime": {
"@odata.type": "microsoft.graph.dateTimeTimeZone"
}
}
Related content
List meetingAttendanceReports