Update: Edited to change JSON formatting.
This commit is contained in:
7
RelayServer/Models/Rtc/RtcSessionDescription.cs
Normal file
7
RelayServer/Models/Rtc/RtcSessionDescription.cs
Normal file
@@ -0,0 +1,7 @@
|
||||
namespace RelayServer.Models.Rtc;
|
||||
|
||||
public sealed class RtcSessionDescription
|
||||
{
|
||||
public required string Type { get; set; }
|
||||
public required string Sdp { get; set; }
|
||||
}
|
||||
Reference in New Issue
Block a user