leancloud / realtime-SDK-dotNET

LeanCloud Instants Messaging SDK for Portable & Unity & .NET Core written by c#
Apache License 2.0
13 stars 9 forks source link

聊天 SDK,支持使用 _User 登录 #142

Open nicecui opened 5 years ago

nicecui commented 5 years ago

参考:https://leancloud.cn/docs/realtime_guide-js.html#hash-1699552448

onerain88 commented 5 years ago

代码中有

AVRealtime.CreateClientAsync(AVUser user = null,
                                                  string tag = null,
                                                  string deviceId = null,
                                                  bool secure = true,
                                                  CancellationToken cancellationToken = default(CancellationToken))