Skip to content

Commit

Permalink
Fix typo in Streaming plugin (#3499)
Browse files Browse the repository at this point in the history
  • Loading branch information
peter15914 authored Jan 7, 2025
1 parent dc83237 commit b96d2da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/plugins/janus_streaming.c
Original file line number Diff line number Diff line change
Expand Up @@ -4387,7 +4387,7 @@ static json_t *janus_streaming_process_synchronous_request(janus_streaming_sessi
}
if(stream->fd[0] != -1) {
if(stream->host)
json_object_set_new(ml, "host", json_string(stream->host));
json_object_set_new(info, "host", json_string(stream->host));
json_object_set_new(info, "port", json_integer(stream->port[0]));
}
if(stream->rtcp_fd != -1) {
Expand Down

0 comments on commit b96d2da

Please sign in to comment.