This commit is contained in:
winlin 2020-03-21 18:33:36 +08:00
parent 61b8ae8c30
commit d2036455ac

View File

@ -799,6 +799,7 @@ SrsGoApiSdp::~SrsGoApiSdp()
// }
// Response:
// {"sdp":"answer...", "sid":"..."}
// @see https://github.com/rtcdn/rtcdn-draft
srs_error_t SrsGoApiSdp::serve_http(ISrsHttpResponseWriter* w, ISrsHttpMessage* r)
{
srs_error_t err = srs_success;