Adds new keyword to intentionally hide properties

This commit is contained in:
Neil Dorin
2021-07-19 15:44:28 -06:00
parent dfaaa3f6bc
commit 5a4f7b6a28

View File

@@ -16,9 +16,9 @@ namespace PepperDash.Essentials
IHasScheduleAwareness ScheduleSource { get; }
BoolFeedback InCallFeedback { get; }
new BoolFeedback InCallFeedback { get; }
BoolFeedback PrivacyModeIsOnFeedback { get; }
new BoolFeedback PrivacyModeIsOnFeedback { get; }
string DefaultCodecRouteString { get; }
}