9 lines
223 B
C#
9 lines
223 B
C#
namespace Chtn.CSharp.SDK.Models.Call
|
|
{
|
|
public class StreamRegistry
|
|
{
|
|
public string StreamKey { get; set; }
|
|
public string Status { get; set; }
|
|
public string StreamUrl { get; set; }
|
|
}
|
|
} |