Renames complete.

This commit is contained in:
2026-04-13 17:06:10 -04:00
parent 28be2ae6c3
commit fba86881ec
3 changed files with 21 additions and 21 deletions

View File

@@ -79,7 +79,7 @@ public static class RtcEndpoints
});
// Store a new ICE candidate for the specified channel call.
app.MapPost("/api/rtc/candidate", async (DBIceCandidate request, RtcCallService rtcCallService) =>
app.MapPost("/api/rtc/candidate", async (RtcIceCandidate request, RtcCallService rtcCallService) =>
{
await rtcCallService.WriteIceCandidateAsync(
request.ChannelId,