LocalUserDiagnosticsCallFeature Class
- java.
lang. Object - CallFeature
- com.
azure. android. communication. calling. LocalUserDiagnosticsCallFeature
- com.
public class LocalUserDiagnosticsCallFeature extends CallFeature
Wraps the user facing diagnostics feature in the call context.
Method Summary
Modifier and Type | Method and Description |
---|---|
Media |
getMediaDiagnostics()
Source for all media diagnostics. |
Network |
getNetworkDiagnostics()
Source for all network diagnostics. |
Inherited Members
Method Details
getMediaDiagnostics
public MediaDiagnostics getMediaDiagnostics()
Source for all media diagnostics.
getNetworkDiagnostics
public NetworkDiagnostics getNetworkDiagnostics()
Source for all network diagnostics.