Property signature MediaEntry.videoMeetStreamTrack
The video meet stream track associated with this media entry. Contains the
webrtc media stream track.
Signature
readonly videoMeetStreamTrack: 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 a `videoMeetStreamTrack`, which is a WebRTC media stream track."],["The `videoMeetStreamTrack` is part of the Google Workspace Developer Preview Program, offering early access to this functionality."],["The `videoMeetStreamTrack` is accessed as a read-only property, specifically as `Subscribable\u003cMeetStreamTrack | undefined\u003e`."],["This media stream track is not optional, being a mandatory property of its parent object."]]],[]]