catch illegal state exception in TrackWrapper
(cherry picked from commit 0ea083e807
)
This commit is contained in:
parent
7e0ad4f10c
commit
f4792c2bfe
1 changed files with 1 additions and 1 deletions
|
@ -593,7 +593,7 @@ public class WebRTCWrapper {
|
|||
return false;
|
||||
}
|
||||
} else {
|
||||
throw new IllegalStateException("Local audio track does not exist (yet)");
|
||||
return false;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue