Uses of Class
com.azure.communication.callautomation.models.CallConnectionState
Packages that use CallConnectionState
Package
Description
Package containing the data models for AzureCommunicationCallAutomationService.
-
Uses of CallConnectionState in com.azure.communication.callautomation.models
Fields in com.azure.communication.callautomation.models declared as CallConnectionStateModifier and TypeFieldDescriptionstatic final CallConnectionStateCallConnectionState.CONNECTEDStatic value connected for CallConnectionState.static final CallConnectionStateCallConnectionState.CONNECTINGStatic value connecting for CallConnectionState.static final CallConnectionStateCallConnectionState.DISCONNECTEDStatic value disconnected for CallConnectionState.static final CallConnectionStateCallConnectionState.DISCONNECTINGStatic value disconnecting for CallConnectionState.static final CallConnectionStateCallConnectionState.TRANSFER_ACCEPTEDStatic value transferAccepted for CallConnectionState.static final CallConnectionStateCallConnectionState.TRANSFERRINGStatic value transferring for CallConnectionState.Methods in com.azure.communication.callautomation.models that return CallConnectionStateModifier and TypeMethodDescriptionstatic CallConnectionStateCallConnectionState.fromString(String name) Creates or finds a CallConnectionState from its string representation.CallConnectionProperties.getCallConnectionState()Get the callConnectionState property.Methods in com.azure.communication.callautomation.models that return types with arguments of type CallConnectionStateModifier and TypeMethodDescriptionstatic Collection<CallConnectionState> CallConnectionState.values()Return values