Uses of Class
org.teamapps.dto.UiMediaSoupPublishingParameters
-
Uses of UiMediaSoupPublishingParameters in org.teamapps.dto
Fields in org.teamapps.dto declared as UiMediaSoupPublishingParameters Modifier and Type Field Description protected UiMediaSoupPublishingParametersUiMediaSoupV2WebRtcClient.PublishCommand. parametersprotected UiMediaSoupPublishingParametersUiMediaSoupV3WebRtcClient. publishingParametersMethods in org.teamapps.dto that return UiMediaSoupPublishingParameters Modifier and Type Method Description UiMediaSoupPublishingParametersUiMediaSoupV2WebRtcClient.PublishCommand. getParameters()UiMediaSoupPublishingParametersUiMediaSoupV3WebRtcClient. getPublishingParameters()UiMediaSoupPublishingParametersUiMediaSoupPublishingParameters. setAudioConstraints(UiAudioTrackConstraints audioConstraints)UiMediaSoupPublishingParametersUiMediaSoupPublishingParameters. setMaxBitrate(long maxBitrate)UiMediaSoupPublishingParametersUiMediaSoupPublishingParameters. setMinBitrate(long minBitrate)UiMediaSoupPublishingParametersUiMediaSoupPublishingParameters. setScreenSharingConstraints(UiScreenSharingConstraints screenSharingConstraints)UiMediaSoupPublishingParametersUiMediaSoupPublishingParameters. setSimulcast(boolean simulcast)UiMediaSoupPublishingParametersUiMediaSoupPublishingParameters. setStreamUuid(java.lang.String streamUuid)UiMediaSoupPublishingParametersUiMediaSoupPublishingParameters. setToken(java.lang.String token)UiMediaSoupPublishingParametersUiMediaSoupPublishingParameters. setUrl(java.lang.String url)UiMediaSoupPublishingParametersUiMediaSoupPublishingParameters. setVideoConstraints(UiVideoTrackConstraints videoConstraints)Methods in org.teamapps.dto with parameters of type UiMediaSoupPublishingParameters Modifier and Type Method Description UiMediaSoupV3WebRtcClientUiMediaSoupV3WebRtcClient. setPublishingParameters(UiMediaSoupPublishingParameters publishingParameters)Constructors in org.teamapps.dto with parameters of type UiMediaSoupPublishingParameters Constructor Description PublishCommand(java.lang.String componentId, UiMediaSoupPublishingParameters parameters)