Add information about using turn in audio stats
This information is also retrieved when copying data to clipboard
This commit is contained in:
parent
f280c0a6cb
commit
a4f7447b65
@ -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'),
|
||||
};
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user