mirror of
https://github.com/PepperDash/Essentials.git
synced 2026-04-12 20:17:03 +00:00
feat: Adds property MatrixRoutingKey to EssentialsAvRoomPropertiesConfig
This commit is contained in:
parent
5ccf298584
commit
a7654aa77d
1 changed files with 5 additions and 0 deletions
|
|
@ -210,6 +210,10 @@ namespace PepperDash.Essentials.Room.Config
|
|||
/// </summary>
|
||||
[JsonProperty("userCanChangeShareMode")]
|
||||
public bool UserCanChangeShareMode { get; set; }
|
||||
|
||||
|
||||
[JsonProperty("matrixRoutingKey", NullValueHandling = NullValueHandling.Ignore)]
|
||||
public string MatrixRoutingKey { get; set; }
|
||||
}
|
||||
|
||||
public class EssentialsConferenceRoomPropertiesConfig : EssentialsAvRoomPropertiesConfig
|
||||
|
|
@ -218,6 +222,7 @@ namespace PepperDash.Essentials.Room.Config
|
|||
public string VideoCodecKey { get; set; }
|
||||
[JsonProperty("audioCodecKey")]
|
||||
public string AudioCodecKey { get; set; }
|
||||
|
||||
}
|
||||
|
||||
public class EssentialsEnvironmentPropertiesConfig
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue