do{self.conversation=trylayerClient.newConversationWithParticipants(userSet,options:nil)print("Conversationwascreated:\(self.conversation)")}catchleterror{print("Conversationerror:\(error)")}所以基本上,给定上面的代码示例,NOTHING使用LayerKit和成功连接并经过身份验证的LYRClient(代码示例中的layerClient)打印出来。观察LYRClientDelegate,有问题的la