Skip to content

Commit

Permalink
Fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
lminiero committed Jul 29, 2020
1 parent bb0ab09 commit ef954f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/janus_videocall.c
Original file line number Diff line number Diff line change
Expand Up @@ -1282,7 +1282,7 @@ static void *janus_videocall_handler(void *data) {
janus_mutex_unlock(&session->mutex);
janus_mutex_lock(&peer->mutex);
peer->peer = session;
janus_mutex_unlock(&session->mutex);
janus_mutex_unlock(&peer->mutex);
session->has_audio = (strstr(msg_sdp, "m=audio") != NULL);
session->has_video = (strstr(msg_sdp, "m=video") != NULL);
session->has_data = (strstr(msg_sdp, "DTLS/SCTP") != NULL);
Expand Down

0 comments on commit ef954f9

Please sign in to comment.