LatestNetworkDiagnostics interface
Latest network diagnostics that were raised.
Properties
network |
Raised to 3 (DiagnosticQuality.Bad) when there is a severe problem with recv quality. Raised to 2 (DiagnosticQuality.Poor) when there is a mild problem with recv quality. Raised to 1 (DiagnosticQuality.Good) when there is no problem with recv quality. |
network |
Raised to 3 (DiagnosticQuality.Bad) when network is disconnected and unable to reconnect. Raised to 2 (DiagnosticQuality.Poor) when media transport connectivity is lost. Raised to 1 (DiagnosticQuality.Good) when new session is connected. |
network |
Raised to True when the network has some constraint that is not allowing to reach ACS relays. Raised to False upon making a new call. |
network |
Raised to 3 (DiagnosticQuality.Bad) when there is a severe problem with send quality. Raised to 2 (DiagnosticQuality.Poor) when there is a mild problem with send quality. Raised to 1 (DiagnosticQuality.Good) when there is no problem with send quality. |
no |
Raised to True when call fails to start because there is no network. Raised to False when there are ice candidates present. |
Property Details
networkReceiveQuality
Raised to 3 (DiagnosticQuality.Bad) when there is a severe problem with recv quality. Raised to 2 (DiagnosticQuality.Poor) when there is a mild problem with recv quality. Raised to 1 (DiagnosticQuality.Good) when there is no problem with recv quality.
networkReceiveQuality?: LatestDiagnosticValue
Property Value
networkReconnect
Raised to 3 (DiagnosticQuality.Bad) when network is disconnected and unable to reconnect. Raised to 2 (DiagnosticQuality.Poor) when media transport connectivity is lost. Raised to 1 (DiagnosticQuality.Good) when new session is connected.
networkReconnect?: LatestDiagnosticValue
Property Value
networkRelaysNotReachable
Raised to True when the network has some constraint that is not allowing to reach ACS relays. Raised to False upon making a new call.
networkRelaysNotReachable?: LatestDiagnosticValue
Property Value
networkSendQuality
Raised to 3 (DiagnosticQuality.Bad) when there is a severe problem with send quality. Raised to 2 (DiagnosticQuality.Poor) when there is a mild problem with send quality. Raised to 1 (DiagnosticQuality.Good) when there is no problem with send quality.
networkSendQuality?: LatestDiagnosticValue
Property Value
noNetwork
Raised to True when call fails to start because there is no network. Raised to False when there are ice candidates present.
noNetwork?: LatestDiagnosticValue