Show / Hide Table of Contents

OnlineMeetingRecording.Read.Chat

Graph Methods

Type: A = Application Permission, D = Delegate Permission

Ver Type Method
V1 A GET /me/onlineMeetings/{meetingId}/recordings
V1 A GET /me/onlineMeetings/{meetingId}/recordings/{recordingId}
V1 A GET /users/{userId}/onlineMeetings/{meetingId}/recordings
V1 A GET /users/{userId}/onlineMeetings/{meetingId}/recordings/{recordingId}

Application Permission

Id
Display String
Description

Resources

callRecording

Property Type Description
content Stream The content of the recording. Read-only.
createdDateTime DateTimeOffset Date and time at which the recording was created. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only.
id String The unique identifier for the recording. Read-only. Inherited from entity.

onlineMeeting

Property Type Description
allowAttendeeToEnableCamera Boolean Indicates whether attendees can turn on their camera.
allowAttendeeToEnableMic Boolean Indicates whether attendees can turn on their microphone.
allowedPresenters onlineMeetingPresenters Specifies who can be a presenter in a meeting. Possible values are listed in the following table.
allowMeetingChat meetingChatMode Specifies the mode of meeting chat.
allowParticipantsToChangeName Boolean Specifies if participants are allowed to rename themselves in an instance of the meeting.
allowTeamworkReactions Boolean Indicates whether Teams reactions are enabled for the meeting.
attendeeReport Stream The content stream of the attendee report of a Microsoft Teams live event. Read-only.
audioConferencing audioConferencing The phone access (dial-in) information for an online meeting. Read-only.
broadcastSettings broadcastMeetingSettings Settings related to a live event.
chatInfo chatInfo The chat information associated with this online meeting.
creationDateTime DateTime The meeting creation time in UTC. Read-only.
endDateTime DateTime The meeting end time in UTC.
id String The default ID associated with the online meeting. Read-only.
isBroadcast Boolean Indicates if this is a Teams live event.
isEntryExitAnnounced Boolean Indicates whether to announce when callers join or leave.
joinInformation itemBody The join information in the language and locale variant specified in the Accept-Language request HTTP header. Read-only.
joinMeetingIdSettings joinMeetingIdSettings Specifies the joinMeetingId, the meeting passcode, and the requirement for the passcode. Once an onlineMeeting is created, the joinMeetingIdSettings cannot be modified. To make any changes to this property, the meeting needs to be canceled and a new one needs to be created.
joinWebUrl String The join URL of the online meeting. Read-only.
lobbyBypassSettings lobbyBypassSettings Specifies which participants can bypass the meeting lobby.
participants meetingParticipants The participants associated with the online meeting. This includes the organizer and the attendees.
recordAutomatically Boolean Indicates whether to record the meeting automatically.
shareMeetingChatHistoryDefault meetingChatHistoryDefaultMode Specifies whether meeting chat history is shared with participants. Possible values are: all, none, unknownFutureValue.
startDateTime DateTime The meeting start time in UTC.
subject String The subject of the online meeting.
videoTeleconferenceId String The video teleconferencing ID. Read-only.
watermarkProtection watermarkProtectionValues Specifies whether a watermark should be applied to a content type by the client application.
In This Article
Back to top Created by merill | Submit feedback