added offers list to api
This commit is contained in:
@@ -279,4 +279,10 @@ public sealed class RtcCallService
|
||||
await _db.Merge<RtcActiveCall, RtcActiveCall>(activeCall);
|
||||
}
|
||||
}
|
||||
|
||||
public async Task<object?> GetOffersAsync()
|
||||
{
|
||||
var offers = await _db.Select<RtcOffer>("rtc_offers");
|
||||
return offers;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user