mirror of
https://github.com/tsightler/ring-mqtt.git
synced 2025-09-26 21:01:12 +08:00
Fix incorrect logging message
This commit is contained in:
@@ -29,7 +29,7 @@ export class WebrtcConnection extends StreamingConnectionBase {
|
||||
|
||||
this.addSubscriptions(
|
||||
this.onWsOpen.subscribe(() => {
|
||||
parentPort.postMessage({type: 'log_info', data: 'Websocket signaling for Ring Edge connected successfully'})
|
||||
parentPort.postMessage({type: 'log_info', data: 'Websocket signaling for WebRTC session connected successfully'})
|
||||
this.initiateCall().catch((error) => {
|
||||
parentPort.postMessage({type: 'log_error', data: error})
|
||||
this.callEnded()
|
||||
|
Reference in New Issue
Block a user