driveDestination property

DriveDestination? driveDestination
getter/setter pair

Recording is saved to Google Drive as an MP4 file.

The drive_destination includes the Drive fileId that can be used to download the file using the files.get method of the Drive API.

Output only.

Implementation

DriveDestination? driveDestination;