namespace Chtn.CSharp.SDK.Models.Call { public class StreamRegistry { public string StreamKey { get; set; } public string Status { get; set; } public string StreamUrl { get; set; } } }