Properties of a Recording.
Package
@google-apps/meetProperties
driveDestination
driveDestination
?:
(
google
.
apps
.
meet
.
v2
.
IDriveDestination
|
null
);
Recording driveDestination
endTime
endTime
?:
(
google
.
protobuf
.
ITimestamp
|
null
);
Recording endTime
name
name
?:
(
string
|
null
);
Recording name
startTime
startTime
?:
(
google
.
protobuf
.
ITimestamp
|
null
);
Recording startTime
state
state
?:
(
google
.
apps
.
meet
.
v2
.
Recording
.
State
|
keyof
typeof
google
.
apps
.
meet
.
v2
.
Recording
.
State
|
null
);
Recording state

