addCallUpdateStatusListener(handler:)
Event fired when an existing call changes status (connecting, failed, etc)
func addCallUpdateStatusListener(handler: @escaping @Sendable (InitiatedSession) -> Void) -> Int32
Parameters
handler
takes one argument, the associated Session
Return Value
token for use with removeEventListener