Class LocalUserDiagnosticsCallFeature
- Object
-
- CallFeature
-
- LocalUserDiagnosticsCallFeature
-
public final class LocalUserDiagnosticsCallFeature extends CallFeature
Wraps the user facing diagnostics feature in the call context.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description MediaDiagnostics
getMediaDiagnostics()
Source for all media diagnostics.NetworkDiagnostics
getNetworkDiagnostics()
Source for all network diagnostics.-
Methods inherited from class CallFeature
finalize, getName
-
-
-
-
Method Detail
-
getNetworkDiagnostics
public NetworkDiagnostics getNetworkDiagnostics()
Source for all network diagnostics.
-
getMediaDiagnostics
public MediaDiagnostics getMediaDiagnostics()
Source for all media diagnostics.
-
-