Property signature MediaEntry.audioMeetStreamTrack
The audio meet stream track associated with this media entry. Contains the
webrtc media stream track.
Signature
readonly audioMeetStreamTrack: Subscribable<MeetStreamTrack | undefined>;
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-04 UTC.
[null,null,["Last updated 2025-02-04 UTC."],[[["This content pertains to the `audioMeetStreamTrack`, a part of the Google Workspace Developer Preview Program."],["The `audioMeetStreamTrack` provides access to the WebRTC media stream track for audio in meetings."],["`audioMeetStreamTrack` is of type `Subscribable\u003cMeetStreamTrack | undefined\u003e` and is not optional."],["It is a read-only property, meaning it cannot be directly modified."]]],[]]