addCallRingingListener(handler:)
Event fired when an outgoing call starts ringing
func addCallRingingListener(handler: @escaping @Sendable (any Session) -> Void) -> Int32
Parameters
handler
takes one argument, the associated Session
Return Value
token for use with removeEventListener