We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 250d11f commit a68ec5dCopy full SHA for a68ec5d
1 file changed
src/Core/Record.php
@@ -128,6 +128,7 @@ public function getParticipantCount()
128
}
129
130
/**
131
+ * @deprecated since 4.2. Use getPlaybackFormats() instead.
132
* @return string
133
*/
134
public function getPlaybackType()
@@ -136,6 +137,7 @@ public function getPlaybackType()
136
137
138
139
140
141
142
143
public function getPlaybackUrl()
@@ -144,6 +146,7 @@ public function getPlaybackUrl()
144
146
145
147
148
149
150
151
152
public function getPlaybackLength()
0 commit comments