Uses of Class
org.teamapps.dto.UiWebRtcPublishingErrorReason
-
Uses of UiWebRtcPublishingErrorReason in org.teamapps.dto
Fields in org.teamapps.dto declared as UiWebRtcPublishingErrorReason Modifier and Type Field Description protected UiWebRtcPublishingErrorReasonUiWebRtcPublisher.PublishingFailedEvent. reasonMethods in org.teamapps.dto that return UiWebRtcPublishingErrorReason Modifier and Type Method Description UiWebRtcPublishingErrorReasonUiWebRtcPublisher.PublishingFailedEvent. getReason()static UiWebRtcPublishingErrorReasonUiWebRtcPublishingErrorReason. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static UiWebRtcPublishingErrorReason[]UiWebRtcPublishingErrorReason. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.teamapps.dto with parameters of type UiWebRtcPublishingErrorReason Constructor Description PublishingFailedEvent(java.lang.String componentId, UiWebRtcPublishingErrorReason reason)