Skip to content

Commit

Permalink
Update src/juice.c
Browse files Browse the repository at this point in the history
Co-authored-by: Paul-Louis Ageneau <[email protected]>
  • Loading branch information
Sean-Der and paullouisageneau authored Apr 14, 2024
1 parent 662a38d commit a3f6ec2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/juice.c
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ JUICE_EXPORT int juice_add_remote_candidate(juice_agent_t *agent, const char *sd
return JUICE_ERR_SUCCESS;
}

JUICE_EXPORT int juice_add_turn_server(juice_agent_t *agent, juice_turn_server_t *turn_server) {
JUICE_EXPORT int juice_add_turn_server(juice_agent_t *agent, const juice_turn_server_t *turn_server) {
if (!agent || !turn_server)
return JUICE_ERR_INVALID;

Expand Down

0 comments on commit a3f6ec2

Please sign in to comment.