mirror of
https://github.com/PepperDash/Essentials.git
synced 2026-04-20 07:56:50 +00:00
chore: fix namespaces for room interfaces to be consistent
This commit is contained in:
parent
9e7239b219
commit
4d20cd7e80
3 changed files with 6 additions and 6 deletions
|
|
@ -4,7 +4,7 @@ using PepperDash.Essentials.Devices.Common.Codec;
|
|||
using PepperDash.Essentials.Devices.Common.VideoCodec;
|
||||
using PepperDash.Essentials.Room.Config;
|
||||
|
||||
namespace PepperDash.Essentials.Devices.Common.Rooms
|
||||
namespace PepperDash.Essentials.Devices.Common.Room
|
||||
{
|
||||
public interface IEssentialsHuddleVtc1Room : IEssentialsRoom, IHasCurrentSourceInfoChange, IHasCurrentVolumeControls, IRunRouteAction, IRunDefaultCallRoute, IHasVideoCodec, IHasAudioCodec, IHasDefaultDisplay, IHasInCallFeedback,
|
||||
IRoomOccupancy, IEmergency, IMicrophonePrivacy
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue