Some orgnization, and cleanup to come.
This commit is contained in:
10
RelayServer/Models/Rtc/RtcJoinResponse.cs
Normal file
10
RelayServer/Models/Rtc/RtcJoinResponse.cs
Normal file
@@ -0,0 +1,10 @@
|
||||
namespace RelayServer.Models.Rtc;
|
||||
|
||||
public class RtcJoinResponse
|
||||
{
|
||||
public required string ChannelId { get; set; }
|
||||
public bool HasActiveCall { get; set; }
|
||||
public bool IsOfferer { get; set; }
|
||||
public string? OfferUser { get; set; }
|
||||
public string? OfferSdp { get; set; }
|
||||
}
|
||||
Reference in New Issue
Block a user