Package org.teamapps.dto
Class UiLiveStreamComponent.ResultOfRequestInputDeviceAccessEvent
java.lang.Object
org.teamapps.dto.UiLiveStreamComponent.ResultOfRequestInputDeviceAccessEvent
- All Implemented Interfaces:
UiEvent
- Enclosing class:
UiLiveStreamComponent
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionDeprecated.Only for Jackson deserialization.ResultOfRequestInputDeviceAccessEvent(String componentId, boolean microphoneAccessGranted, boolean cameraAccessGranted) -
Method Summary
-
Field Details
-
componentId
-
microphoneAccessGranted
protected boolean microphoneAccessGranted -
cameraAccessGranted
protected boolean cameraAccessGranted
-
-
Constructor Details
-
ResultOfRequestInputDeviceAccessEvent
Deprecated.Only for Jackson deserialization. Use the other constructor instead. -
ResultOfRequestInputDeviceAccessEvent
public ResultOfRequestInputDeviceAccessEvent(String componentId, boolean microphoneAccessGranted, boolean cameraAccessGranted)
-
-
Method Details
-
getUiEventType
- Specified by:
getUiEventTypein interfaceUiEvent
-
toString
-
getComponentId
- Specified by:
getComponentIdin interfaceUiEvent
-
getMicrophoneAccessGranted
public boolean getMicrophoneAccessGranted() -
getCameraAccessGranted
public boolean getCameraAccessGranted()
-