REST Resource: conferenceRecords

Resource: ConferenceRecord

Single instance of a meeting held in a space.

JSON representation
{
  "name": string,
  "startTime": string,
  "endTime": string,
  "expireTime": string,
  "space": string
}
Fields
name

string

Identifier. Resource name of the conference record. Format: conferenceRecords/{conferenceRecord} where {conferenceRecord} is a unique ID for each instance of a call within a space.

startTime

string (Timestamp format)

Output only. Timestamp when the conference started. Always set.

endTime

string (Timestamp format)

Output only. Timestamp when the conference ended. Set for past conferences. Unset if the conference is ongoing.

expireTime

string (Timestamp format)

Output only. Server enforced expiration time for when this conference record resource is deleted. The resource is deleted 30 days after the conference ends.

space

string

Output only. The space where the conference was held.

Methods

get

Gets a conference record by conference ID.

list

Lists the conference records.