|
@@ -143,15 +143,6 @@ export default class JitsiRemoteTrack extends JitsiTrack {
|
143
|
143
|
* @param {string} state the current track streaming state. {@link TrackStreamingStatus}.
|
144
|
144
|
*/
|
145
|
145
|
_setTrackStreamingStatus(status: any): void;
|
146
|
|
- /**
|
147
|
|
- * Returns track's streaming status.
|
148
|
|
- *
|
149
|
|
- * @returns {string} the streaming status <tt>TrackStreamingStatus</tt> of the track. Returns null
|
150
|
|
- * if trackStreamingStatusImpl hasn't been initialized.
|
151
|
|
- *
|
152
|
|
- * {@link TrackStreamingStatus}.
|
153
|
|
- */
|
154
|
|
- getTrackStreamingStatus(): string;
|
155
|
146
|
/**
|
156
|
147
|
* Clears the timestamp of when the track entered forwarded sources.
|
157
|
148
|
*/
|