Add information about using turn in audio stats

This information is also retrieved when copying data to clipboard
This commit is contained in:
Mario Jr 2021-08-17 16:54:49 -03:00
parent f280c0a6cb
commit a4f7447b65

View File

@ -812,6 +812,7 @@ class AudioManager {
relatedAddress: externalAddress,
port: internalPort,
relatedPort: externalPort,
type,
} = selectedPair.local;
transports = {
@ -819,6 +820,7 @@ class AudioManager {
externalAddress,
internalPort,
externalPort,
isUsingTurn: (type === 'relay'),
};
}