1
0
Fork 1

catch illegal state exception in TrackWrapper

(cherry picked from commit 0ea083e807)
This commit is contained in:
Daniel Gultsch 2023-10-02 11:48:03 +02:00 committed by 12aw
parent 7e0ad4f10c
commit f4792c2bfe

View file

@ -593,7 +593,7 @@ public class WebRTCWrapper {
return false;
}
} else {
throw new IllegalStateException("Local audio track does not exist (yet)");
return false;
}
}