Package com.teamviewer.sdk.screensharing
Interface MicrophoneStateCallback
public interface MicrophoneStateCallback
Callback for microphone state from the TeamViewer Sdk.
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic enum
Enum indicating the microphone state. -
Method Summary
Modifier and TypeMethodDescriptionvoid
onMicrophoneStateChanged
(MicrophoneStateCallback.MicrophoneState microphoneState) Called when microphone state changes.
-
Method Details
-
onMicrophoneStateChanged
Called when microphone state changes.- Parameters:
microphoneState
- AnMicrophoneState
indicating the microphone state.
-