presenter-api: fixed stream and messenger state #379

This commit is contained in:
Alex Andres 2024-08-18 15:54:36 +02:00
parent 4ec0db7d63
commit a6359d2ced
No known key found for this signature in database
GPG key ID: 340764C7851D7041

View file

@ -271,7 +271,7 @@ public class StreamService {
}
private void startMessenger() {
if (webRtcStreamService.started()) {
if (webRtcStreamService.started() || webRtcStreamService.getState() == ExecutableState.Starting) {
startMessengerInternal();
}
else {