IMChatRoom
public class IMChatRoom : IMConversation
IM Chat Room
-
Declaration
Swift
public enum MessagePriority : Int
-
Get count of online-members in this chat-room.
Declaration
Swift
public func getOnlineMembersCount(completion: @escaping (LCCountResult) -> Void)
Parameters
completion
Result callback.
-
Get online clients in this Chat Room.
Declaration
Swift
public func getOnlineMembers(limit: Int = 50, completion: @escaping (LCGenericResult<[String]>) -> Void)
Parameters
limit
Max and Default is 50 .
completion
callback, dispatch to client.eventQueue .