Skip to content

Commit

Permalink
Remove extra spaces
Browse files Browse the repository at this point in the history
  • Loading branch information
ywmoyue committed Dec 5, 2023
1 parent bb0b7af commit 6db41ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/plugins/janus_sip.c
Original file line number Diff line number Diff line change
Expand Up @@ -6385,7 +6385,7 @@ void janus_sip_sdp_process(janus_sip_session *session, janus_sdp *sdp, gboolean
session->media.has_audio = TRUE;
session->media.remote_audio_rtp_port = m->port;
session->media.remote_audio_rtcp_port = m->port+1; /* FIXME We're assuming RTCP is on the next port */
session->media.dtmf_pt = janus_sdp_get_codec_pt(sdp, -1, "dtmf");
session->media.dtmf_pt = janus_sdp_get_codec_pt(sdp, -1, "dtmf");
if(m->direction == JANUS_SDP_SENDONLY || m->direction == JANUS_SDP_INACTIVE)
session->media.audio_send = FALSE;
else
Expand Down

0 comments on commit 6db41ba

Please sign in to comment.