Closed buendiya closed 3 years ago
Is there a public server where I can test this?
From reading the RFC I'm not sure I can tell the difference between the handling of 401 or 438 status codes. It seems in both cases the NONCE and REALM attributes need to be updated?
I am tempted to handle both cases here:
https://github.com/aiortc/aioice/blob/main/src/aioice/turn.py#L87
Hi According to https://tools.ietf.org/html/rfc5389#page-27.
I can't find implementation about this in code.
I am using coturn as turnserver. The default nonce lifetime is 600 secs. It will raise a Stale Nonce TransactionFailed after 600 secs.