mirror of
https://github.com/ossrs/srs.git
synced 2025-03-09 15:49:59 +00:00
Refactor api data, url to api
This commit is contained in:
parent
881506883e
commit
532750f18a
1 changed files with 2 additions and 2 deletions
|
@ -99,8 +99,8 @@
|
|||
}
|
||||
|
||||
var data = {
|
||||
"url": url, "streamurl": urlObject.url,
|
||||
"app": urlObject.app, "stream": urlObject.stream,
|
||||
"api": url,
|
||||
"streamurl": urlObject.url, "app": urlObject.app, "stream": urlObject.stream,
|
||||
"sdp": offer.sdp
|
||||
};
|
||||
console.log("offer: " + JSON.stringify(data));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue