func onTrouterConnected()

in sdk/communication/AzureCommunicationChat/Source/Signaling/CommunicationSignalingClient.swift [285:293]


    func onTrouterConnected(_: String, _: TrouterConnectionInfo) {
        do {
            logger.info("Trouter Connected")
            let chatEvent = try TrouterEventUtil.create(chatEvent: ChatEventId.realTimeNotificationConnected, from: nil)
            handler(chatEvent)
        } catch {
            logger.error("Error: \(error)")
        }
    }