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.PublishCommand. parametersMethods in org.teamapps.dto that return UiMediaSoupPublishingParameters Modifier and Type Method Description UiMediaSoupPublishingParametersUiMediaSoupV2WebRtcClient.PublishCommand. getParameters()UiMediaSoupPublishingParametersUiMediaSoupV3WebRtcClient.PublishCommand. getParameters()UiMediaSoupPublishingParametersUiMediaSoupPublishingParameters. setAudioConstraints(UiAudioTrackConstraints audioConstraints)UiMediaSoupPublishingParametersUiMediaSoupPublishingParameters. setMaxBitrate(long maxBitrate)UiMediaSoupPublishingParametersUiMediaSoupPublishingParameters. setMinBitrate(long minBitrate)UiMediaSoupPublishingParametersUiMediaSoupPublishingParameters. setScreenSharingConstraints(UiScreenSharingConstraints screenSharingConstraints)UiMediaSoupPublishingParametersUiMediaSoupPublishingParameters. setServerAdress(java.lang.String serverAdress)UiMediaSoupPublishingParametersUiMediaSoupPublishingParameters. setServerPort(int serverPort)UiMediaSoupPublishingParametersUiMediaSoupPublishingParameters. setToken(java.lang.String token)UiMediaSoupPublishingParametersUiMediaSoupPublishingParameters. setUid(java.lang.String uid)UiMediaSoupPublishingParametersUiMediaSoupPublishingParameters. setVideoConstraints(UiVideoTrackConstraints videoConstraints)Constructors in org.teamapps.dto with parameters of type UiMediaSoupPublishingParameters Constructor Description PublishCommand(java.lang.String componentId, UiMediaSoupPublishingParameters parameters)PublishCommand(java.lang.String componentId, UiMediaSoupPublishingParameters parameters)