namespace RelayServer.Models.Rtc; public sealed class RtcSessionDescription { public required string Type { get; set; } public required string Sdp { get; set; } }