We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 06609c1 commit ac90eb4Copy full SHA for ac90eb4
Sources/LiveKit/Track/VideoTrack.swift
@@ -72,7 +72,7 @@ extension VideoTrackProtocol where Self: Track {
72
}
73
74
75
-public extension VideoTrack {
+public extension Track {
76
/// The aspect ratio of the video track or 1 if the dimensions are not available.
77
var aspectRatio: CGFloat {
78
guard let dimensions else { return 1 }
0 commit comments