Skip to content

Commit d6b58f1

Browse files
committed
fix
1 parent f441bf8 commit d6b58f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

android/src/main/java/io/getstream/webrtc/flutter/MethodCallHandlerImpl.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1266,7 +1266,7 @@ private void pauseAudioPlayoutInternal() {
12661266
}
12671267
}
12681268

1269-
private boolean resumeAudioPlayoutInternal() {
1269+
private void resumeAudioPlayoutInternal() {
12701270
isAudioPlayoutPaused = false;
12711271

12721272
if (pausedTrackVolumes.isEmpty()) {

0 commit comments

Comments
 (0)