Uses of Enum Class
org.teamapps.dto.UiWebRtcPublishingErrorReason
-
Uses of UiWebRtcPublishingErrorReason in org.teamapps.dto
Fields in org.teamapps.dto declared as UiWebRtcPublishingErrorReasonModifier and TypeFieldDescriptionprotected UiWebRtcPublishingErrorReasonUiWebRtcPublisher.PublishingFailedEvent.reasonMethods in org.teamapps.dto that return UiWebRtcPublishingErrorReasonModifier and TypeMethodDescriptionUiWebRtcPublisher.PublishingFailedEvent.getReason()Returns the enum constant of this class with the specified name.static UiWebRtcPublishingErrorReason[]UiWebRtcPublishingErrorReason.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in org.teamapps.dto with parameters of type UiWebRtcPublishingErrorReasonModifierConstructorDescriptionPublishingFailedEvent(String componentId, UiWebRtcPublishingErrorReason reason)