Skip to content

Commit 2c291a9

Browse files
committed
Added back public member RTPSession.IsStarted as obsolete to avoid breaking public API.
1 parent eca5d6a commit 2c291a9

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/net/RTP/RTPSession.cs

100644100755
+3
Original file line numberDiff line numberDiff line change
@@ -392,6 +392,9 @@ public bool IsSecureContextReady()
392392
/// </summary>
393393
public bool IsClosed { get; private set; }
394394

395+
[Obsolete("Use IsAudioStarted.")]
396+
public bool IsStarted => IsAudioStarted;
397+
395398
/// <summary>
396399
/// Indicates whether the audio session has been started. Starting a audio session tells the RTP
397400
/// socket to start receiving,

0 commit comments

Comments
 (0)