Property signature MeetMediaApiClient.meetStreamTracks
The meet stream tracks in the meeting. Subscribable to changes in the meet
stream track collection.
Signature
readonly meetStreamTracks: Subscribable<MeetStreamTrack[]>;
Details
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-02-05 UTC.
[null,null,["Last updated 2025-02-05 UTC."],[[["This feature is available through the Google Workspace Developer Preview Program, offering early access."],["The `meetStreamTracks` property provides a collection of tracks from the meeting stream."],["The `meetStreamTracks` are subscribable, allowing for updates on changes within the collection."],["The `meetStreamTracks` is of type `Subscribable\u003cMeetStreamTrack[]\u003e`, indicating its data structure."],["The `meetStreamTracks` property is read-only and is not optional."]]],[]]