We want to force DTLS over turn server.
And in the app(angular) we turns:domain:5349?transport=udp //is this way possible to force DTLS?
But i cannot see the DTLS handshake in wireshark instead it uses TLS and connection is very bad. When app not using TURN server i can see DTLS being used. So question is when connection go through TURN server can we force every-time to use DTLS?
our configs.
no-udp
no-tcp
tls-listening-port=5349
listening-ip=public-ip-of-turn-server
relay-ip=public-ip-of-turn-server
min-port=32355
max-port=65535
verbose
fingerprint
lt-cred-mech
user=user:password
realm=our-domain-name
cert=/etc/ssl/key.pem
pkey=/etc/ssl/key.pem
cipher-list="ALL"
log-file=/var/tmp/turn.log
simple-log
no-tlsv1
no-tlsv1_1