src/Relecloud.Web.CallCenter/Services/RelecloudApiServices/RelecloudApiOptions.cs (8 lines of code) (raw):
namespace Relecloud.Web.CallCenter.Services.RelecloudApiServices
{
public class RelecloudApiOptions
{
public string? BaseUri { get; set; }
public string? AttendeeScope { get; set; }
}
}