mirror of
https://github.com/PepperDash/Essentials.git
synced 2026-02-15 12:44:58 +00:00
fix(essentials): Updates the func to return whether sharing content
This commit is contained in:
@@ -252,7 +252,7 @@ namespace PepperDash.Essentials.Devices.Common.VideoCodec.ZoomRoom
|
|||||||
|
|
||||||
protected override Func<bool> SharingContentIsOnFeedbackFunc
|
protected override Func<bool> SharingContentIsOnFeedbackFunc
|
||||||
{
|
{
|
||||||
get { return () => Status.Call.Sharing.IsSharing; }
|
get { return () => Status.Sharing.isAirHostClientConnected || Status.Sharing.isDirectPresentationConnected || Status.Sharing.isSharingBlackMagic; }
|
||||||
}
|
}
|
||||||
|
|
||||||
protected Func<bool> FarEndIsSharingContentFeedbackFunc
|
protected Func<bool> FarEndIsSharingContentFeedbackFunc
|
||||||
|
|||||||
Reference in New Issue
Block a user