()
| 235 | |
| 236 | @peerConnection.on(ConnectionEventType.Open) |
| 237 | async def pc_open(): |
| 238 | logger.info('Connected to: {}', peerConnection.peer) |
| 239 | |
| 240 | # Handle incoming data (messages only since this is the signal sender) |
| 241 | @peerConnection.on(ConnectionEventType.Data) |
nothing calls this directly
no outgoing calls
no test coverage detected