parent
97952bdf0f
commit
c82cc587c8
|
|
@ -243,7 +243,7 @@ API_EXPORT uint16_t API_CALL mk_rtc_server_start(uint16_t port) {
|
||||||
return rtcServer->getPort();
|
return rtcServer->getPort();
|
||||||
|
|
||||||
} catch (std::exception &ex) {
|
} catch (std::exception &ex) {
|
||||||
rtpServer.reset();
|
rtcServer.reset();
|
||||||
WarnL << ex.what();
|
WarnL << ex.what();
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue