* * @param config: PeerOptions provide information such as signaling server host and port.
(config: Peer.PeerJSOption)
| 89 | * @param config: PeerOptions provide information such as signaling server host and port. |
| 90 | */ |
| 91 | constructor (config: Peer.PeerJSOption) { |
| 92 | this._signalingConnectionStatus = ConnectionStatus.CONNECTING |
| 93 | this._config = config |
| 94 | } |
| 95 | |
| 96 | /** |
| 97 | * |
nothing calls this directly
no outgoing calls
no test coverage detected