mirror of
https://github.com/PepperDash/Essentials.git
synced 2026-08-31 10:58:28 +00:00
feat: make IsInCall property virtual in VideoCodecBase class
This commit is contained in:
parent
61b5ca6297
commit
77e6ba7f36
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue