jjzjj

newConversationWithParticipants

全部标签

ios - LayerKit iOS - newConversationWithParticipants 在 swift 2.0 中失败但 do/catch 没有从抛出的错误中捕捉到任何东西

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