Skip to content

Commit

Permalink
update testbot
Browse files Browse the repository at this point in the history
  • Loading branch information
alula committed Apr 27, 2022
1 parent 9a882f0 commit 0848c5f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,7 @@ public void retrieveOpusFrame(ByteBuf targetBuffer) {

private static class ExampleListener extends KoeEventAdapter {
@Override
public void userConnected(String id, int audioSSRC, int videoSSRC) {
public void userConnected(String id, int audioSSRC, int videoSSRC, int rtxSSRC) {
logger.info("An user with id {} joined the channel!", id);
}

Expand Down

0 comments on commit 0848c5f

Please sign in to comment.