turn icon indicating copy to clipboard operation
turn copied to clipboard

Pion TURN, an API for building TURN clients and servers

Results 51 turn issues
Sort by recently updated
recently updated
newest added

Update lint scripts and CI configs.

### Your environment. - Version: *Release or SHA* - Browser: *include version* - Other Information - *stacktraces, related issues, suggestions how to fix, links for us to have context* ###...

The last tag is from 2018, please add a new one

I got myself a crash: ``` Jul 24 10:18:46 galene galene[987606]: panic: runtime error: invalid memory address or nil pointer dereference Jul 24 10:18:46 galene galene[987606]: [signal SIGSEGV: segmentation violation...

#### Description Builds off of https://github.com/pion/turn/pull/148 Currently the PR includes a commit for the client side too, but my plan is to rebase off https://github.com/pion/turn/pull/311 once it is merged. I...

First take at #324. The idea is to make it possible to customize the behavior of the TURN server in order to admit/deny allocation requests (e.g., to implement user quotas)...

We should think about adding support for an `AllocationHandler` in a similar fashion like we already have for the `PermissionHandler`. My motiviation behind it is the following: We could use...

There has been a discussion initiated on whether we might want to introduce an easier API for creating a TURN client in #276: There is a slightly related PR in...

enhancement

Currently if someone wants to only support STUN... they can't disable the TURN server being available. The module should allow you to configure this behaviour in server setup.

Within the TURN spec... can we support using pion's single udp port mode? https://github.com/pion/webrtc/tree/master/examples/ice-single-port