Skip to content

Commit

Permalink
Add enableAudio usage
Browse files Browse the repository at this point in the history
  • Loading branch information
mustafaboleken committed Nov 5, 2023
1 parent 4142ca1 commit e19394f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -280,7 +280,7 @@ public void controlAudio(View view) {
audioButton.setText("Enable Audio");
sendNotificationEvent(MIC_MUTED, null);
} else {
webRTCClient.isAudioOn();
webRTCClient.enableAudio();
audioButton.setText("Disable Audio");
sendNotificationEvent(MIC_UNMUTED, null);
}
Expand Down

0 comments on commit e19394f

Please sign in to comment.