mirror of
https://github.com/PepperDash/Essentials.git
synced 2026-02-10 10:15:01 +00:00
Got things moved successfully
This commit is contained in:
@@ -10,7 +10,7 @@ namespace PepperDash.Essentials.Core.Rooms.Config
|
||||
/// <summary>
|
||||
///
|
||||
/// </summary>
|
||||
public class EssentialsNDisplayRoomPropertiesConfig : EssentialsConferenceRoomPropertiesConfig
|
||||
public class EssentialsNDisplayRoomPropertiesConfig : EssentialsHuddleRoomPropertiesConfig
|
||||
{
|
||||
[JsonProperty("defaultAudioBehavior")]
|
||||
public string DefaultAudioBehavior { get; set; }
|
||||
|
||||
@@ -40,9 +40,9 @@ namespace PepperDash.Essentials.Core.Rooms.Config
|
||||
return null;
|
||||
}
|
||||
|
||||
rm = new EssentialsDualDisplayRoom(roomConfig);
|
||||
//rm = new EssentialsDualDisplayRoom();
|
||||
|
||||
return rm;
|
||||
return null;
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
|
||||
Reference in New Issue
Block a user