Private servers with password and invite links (Experimental)
This commit is contained in:
@@ -521,6 +521,11 @@ export class WebRTCService implements OnDestroy {
|
||||
return this.activeServerId;
|
||||
}
|
||||
|
||||
/** The last signaling URL used by the client, if any. */
|
||||
getCurrentSignalingUrl(): string | null {
|
||||
return this.signalingManager.getLastUrl();
|
||||
}
|
||||
|
||||
/**
|
||||
* Send an identify message to the signaling server.
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user