Skip to content

Commit

Permalink
Ignore 'generate_offer' directive when adding plain RTP AudioBridge p…
Browse files Browse the repository at this point in the history
…articipants
  • Loading branch information
lminiero committed Aug 2, 2022
1 parent 1b9d998 commit d674b55
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions plugins/janus_audiobridge.c
Original file line number Diff line number Diff line change
Expand Up @@ -6403,6 +6403,7 @@ static void *janus_audiobridge_handler(void *data) {
participant->reset = FALSE;
/* If this is a plain RTP participant, create the socket */
if(rtp != NULL) {
gen_offer = NULL;
const char *ip = json_string_value(json_object_get(rtp, "ip"));
uint16_t port = json_integer_value(json_object_get(rtp, "port"));
if(participant->codec == JANUS_AUDIOCODEC_OPUS) {
Expand Down

0 comments on commit d674b55

Please sign in to comment.