Hi,
my webrtc use single port (use rfc5761 and rfc5888 ) , video、audio、data is bundle use a single port。the connection is sctpconnection. just i want use turnserver relay them. but i found the sctpconnection can't use this turn server. every time request is throw a exception like "
Failed to start resolving host candidate candidate:2 1 udp 2130706431 192.168.6.32 10000 typ host
it's this turnserver not support singleport or my config has a problem? thx.