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.