mirror of
https://github.com/maxkratz/lectureStudio.git
synced 2024-10-14 01:33:49 +00:00
presenter-api: fixed stream and messenger state #379
This commit is contained in:
parent
4ec0db7d63
commit
a6359d2ced
1 changed files with 1 additions and 1 deletions
|
@ -271,7 +271,7 @@ public class StreamService {
|
|||
}
|
||||
|
||||
private void startMessenger() {
|
||||
if (webRtcStreamService.started()) {
|
||||
if (webRtcStreamService.started() || webRtcStreamService.getState() == ExecutableState.Starting) {
|
||||
startMessengerInternal();
|
||||
}
|
||||
else {
|
||||
|
|
Loading…
Reference in a new issue