Skip to content

Commit

Permalink
sess: if pc connection is established force session connected
Browse files Browse the repository at this point in the history
  • Loading branch information
sreimers committed Feb 27, 2024
1 parent 4c4a745 commit 1d83823
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/sess.c
Original file line number Diff line number Diff line change
Expand Up @@ -147,6 +147,8 @@ static void pc_estab_handler(struct media_track *media, void *arg)
return;
}

sess->connected = true;

slmix_session_speaker(sess, sess->user->speaker);
}

Expand Down

0 comments on commit 1d83823

Please sign in to comment.