- 
                    
                    
 public class CallCompositeVersionsThis class provides a snapshot of version information for critical calling dependencies within the application. It encapsulates the versions of both the Azure Calling UI SDK and the underlying Azure Calling SDK. 
- 
                
                    
                    
                    
                    
                    
                    
                    
                    
                    
                    - 
                                
                            
                                Method SummaryModifier and Type Method Description StringgetAzureCallingUILibrary()Retrieves the version of the Azure Calling UI SDK.This version reflects the UI components specifically designed for Azure calling features. StringgetAzureCallingLibrary()Retrieves the version of the Azure Calling SDK.This version indicates the core library's version that powers the calling capabilities. StringtoString()Provides a string representation of the CallCompositeVersions object, including versions of boththe Azure Calling UI SDK and the Azure Calling SDK. - 
                    
                    
                    
                    
                    - 
                                
                            
                                Method Detail- 
                                        getAzureCallingUILibraryString getAzureCallingUILibrary() Retrieves the version of the Azure Calling UI SDK.This version reflects the UI components specifically designed for Azure calling features. 
 - 
                                        getAzureCallingLibraryString getAzureCallingLibrary() Retrieves the version of the Azure Calling SDK.This version indicates the core library's version that powers the calling capabilities. 
 
- 
                                        
 
- 
                                
                            
                                
 
- 
                    
                    
                    
                    
                    
 
-