mirror of
https://github.com/PepperDash/Essentials.git
synced 2026-04-13 20:47:04 +00:00
Got things moved successfully
This commit is contained in:
parent
dc8ded20c3
commit
a059b2fd5b
34 changed files with 165 additions and 725 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue