Uses of Class
com.azure.communication.callautomation.models.CallConnectionProperties
Packages that use CallConnectionProperties
Package
Description
Package containing the classes for AzureCommunicationCallingServer.
Package containing the data models for AzureCommunicationCallAutomationService.
-
Uses of CallConnectionProperties in com.azure.communication.callautomation
Methods in com.azure.communication.callautomation that return CallConnectionPropertiesModifier and TypeMethodDescriptionCallConnection.getCallProperties()Get call connection properties.Methods in com.azure.communication.callautomation that return types with arguments of type CallConnectionPropertiesModifier and TypeMethodDescriptionCallConnectionAsync.getCallProperties()Get call connection properties.com.azure.core.http.rest.Response<CallConnectionProperties> CallConnection.getCallPropertiesWithResponse(com.azure.core.util.Context context) Get call connection properties.Mono<com.azure.core.http.rest.Response<CallConnectionProperties>> CallConnectionAsync.getCallPropertiesWithResponse()Get call connection properties. -
Uses of CallConnectionProperties in com.azure.communication.callautomation.models
Methods in com.azure.communication.callautomation.models that return CallConnectionPropertiesModifier and TypeMethodDescriptionCallResult.getCallConnectionProperties()Get the callConnectionProperties.Constructors in com.azure.communication.callautomation.models with parameters of type CallConnectionPropertiesModifierConstructorDescriptionAnswerCallResult(CallConnectionProperties callConnectionProperties, CallConnection callConnection, CallConnectionAsync callConnectionAsync) ConstructorConnectCallResult(CallConnectionProperties callConnectionProperties, CallConnection callConnection, CallConnectionAsync callConnectionAsync) ConstructorCreateCallResult(CallConnectionProperties callConnectionProperties, CallConnection callConnection, CallConnectionAsync callConnectionAsync) Constructor