feat: make IsInCall property virtual in VideoCodecBase class

This commit is contained in:
Neil Dorin 2026-08-10 22:00:22 -06:00
parent 61b5ca6297
commit 77e6ba7f36

View file

@ -258,7 +258,7 @@ public abstract class VideoCodecBase : ReconfigurableDevice, IRoutingSource,
/// <summary>
/// Returns true when any call is not in state Unknown, Disconnecting, Disconnected
/// </summary>
public bool IsInCall
public virtual bool IsInCall
{
get
{