diff --git a/TelnyxWebRTCDemo/ViewControllers/HomeViewController.swift b/TelnyxWebRTCDemo/ViewControllers/HomeViewController.swift index 8e52a5d4..5368875b 100644 --- a/TelnyxWebRTCDemo/ViewControllers/HomeViewController.swift +++ b/TelnyxWebRTCDemo/ViewControllers/HomeViewController.swift @@ -100,6 +100,7 @@ class HomeViewController: UIViewController { DispatchQueue.main.async { self.callViewModel.isMuted = self.appDelegate.currentCall?.isMuted ?? false self.callViewModel.isSpeakerOn = self.telnyxClient?.isSpeakerEnabled ?? false + self.profileViewModel.selectedProfile = SipCredentialsManager.shared.getSelectedCredential() } }