test: repair broken tests
This commit is contained in:
@@ -304,6 +304,11 @@ export class WebRTCService implements OnDestroy {
|
||||
this.signalingTransportHandler.sendRawMessage(message);
|
||||
}
|
||||
|
||||
/** Send a raw JSON payload through a specific signaling WebSocket. */
|
||||
sendRawMessageToSignalUrl(signalUrl: string, message: Record<string, unknown>): boolean {
|
||||
return this.signalingTransportHandler.sendRawMessageToSignalUrl(signalUrl, message);
|
||||
}
|
||||
|
||||
/**
|
||||
* Track the currently-active server ID (for server-scoped operations).
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user