Skip to content

Commit a68ec5d

Browse files
committed
deprecate playback methods in Record
getPlaybackType, getPlaybackUrl, getPlaybackLength
1 parent 250d11f commit a68ec5d

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

src/Core/Record.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -128,6 +128,7 @@ public function getParticipantCount()
128128
}
129129

130130
/**
131+
* @deprecated since 4.2. Use getPlaybackFormats() instead.
131132
* @return string
132133
*/
133134
public function getPlaybackType()
@@ -136,6 +137,7 @@ public function getPlaybackType()
136137
}
137138

138139
/**
140+
* @deprecated since 4.2. Use getPlaybackFormats() instead.
139141
* @return string
140142
*/
141143
public function getPlaybackUrl()
@@ -144,6 +146,7 @@ public function getPlaybackUrl()
144146
}
145147

146148
/**
149+
* @deprecated since 4.2. Use getPlaybackFormats() instead.
147150
* @return string
148151
*/
149152
public function getPlaybackLength()

0 commit comments

Comments
 (0)