Interface MeetStreamTrack
An abstraction of a track in a Meet stream. This is used to represent both
audio and video tracks and their relationship to Media Entries.
Signature
interface MeetStreamTrack
Property signatures
Name |
Description |
mediaEntry |
The media entry associated with this track. This a one to one relationship. |
mediaStreamTrack |
The WebRTC MediaStreamTrack interface of the Media Capture and Streams API represents a single audio or video media track within a stream. |
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 details the `MeetStreamTrack` interface, which is an abstraction for both audio and video tracks in a Meet stream."],["`MeetStreamTrack` is part of the Google Workspace Developer Preview Program, allowing early access to certain features."],["The `mediaEntry` property within `MeetStreamTrack` is a one-to-one representation of the related media entry."],["The `mediaStreamTrack` property corresponds to the WebRTC MediaStreamTrack, representing a single audio or video track."]]],[]]