Package org.teamapps.dto
Class UiLiveStreamComponent.ResultOfRequestInputDeviceAccessEvent
java.lang.Object
org.teamapps.dto.UiLiveStreamComponent.ResultOfRequestInputDeviceAccessEvent
- All Implemented Interfaces:
UiEvent
- Enclosing class:
- UiLiveStreamComponent
public static class UiLiveStreamComponent.ResultOfRequestInputDeviceAccessEvent extends java.lang.Object implements UiEvent
-
Field Summary
Fields Modifier and Type Field Description protected booleancameraAccessGrantedprotected java.lang.StringcomponentIdprotected booleanmicrophoneAccessGranted -
Constructor Summary
Constructors Constructor Description ResultOfRequestInputDeviceAccessEvent()Deprecated.Only for Jackson deserialization.ResultOfRequestInputDeviceAccessEvent(java.lang.String componentId, boolean microphoneAccessGranted, boolean cameraAccessGranted) -
Method Summary
Modifier and Type Method Description booleangetCameraAccessGranted()java.lang.StringgetComponentId()booleangetMicrophoneAccessGranted()UiEventTypegetUiEventType()java.lang.StringtoString()Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Field Details
-
componentId
protected java.lang.String componentId -
microphoneAccessGranted
protected boolean microphoneAccessGranted -
cameraAccessGranted
protected boolean cameraAccessGranted
-
-
Constructor Details
-
ResultOfRequestInputDeviceAccessEvent
@Deprecated public ResultOfRequestInputDeviceAccessEvent()Deprecated.Only for Jackson deserialization. Use the other constructor instead. -
ResultOfRequestInputDeviceAccessEvent
public ResultOfRequestInputDeviceAccessEvent(java.lang.String componentId, boolean microphoneAccessGranted, boolean cameraAccessGranted)
-
-
Method Details
-
getUiEventType
- Specified by:
getUiEventTypein interfaceUiEvent
-
toString
public java.lang.String toString()- Overrides:
toStringin classjava.lang.Object
-
getComponentId
public java.lang.String getComponentId()- Specified by:
getComponentIdin interfaceUiEvent
-
getMicrophoneAccessGranted
public boolean getMicrophoneAccessGranted() -
getCameraAccessGranted
public boolean getCameraAccessGranted()
-