mirror of
https://github.com/PepperDash/Essentials.git
synced 2026-02-15 12:44:58 +00:00
Adds new keyword to intentionally hide properties
This commit is contained in:
@@ -16,9 +16,9 @@ namespace PepperDash.Essentials
|
|||||||
|
|
||||||
IHasScheduleAwareness ScheduleSource { get; }
|
IHasScheduleAwareness ScheduleSource { get; }
|
||||||
|
|
||||||
BoolFeedback InCallFeedback { get; }
|
new BoolFeedback InCallFeedback { get; }
|
||||||
|
|
||||||
BoolFeedback PrivacyModeIsOnFeedback { get; }
|
new BoolFeedback PrivacyModeIsOnFeedback { get; }
|
||||||
|
|
||||||
string DefaultCodecRouteString { get; }
|
string DefaultCodecRouteString { get; }
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user