Added handler for phone call activity, DDVC bridge

This commit is contained in:
Heath Volmer
2018-09-24 15:01:02 -06:00
parent 99da6debdc
commit 101d1b5625
4 changed files with 27 additions and 5 deletions

View File

@@ -20,5 +20,7 @@ namespace PepperDash.Essentials.Room.Config
public string DefaultSourceItem { get; set; }
[JsonProperty("videoCodecKey")]
public string VideoCodecKey { get; set; }
[JsonProperty("audioCodecKey")]
public string AudioCodecKey { get; set; }
}
}