EMChatroomOptions.h 431 B

1234567891011121314151617181920212223
  1. //
  2. // EMChatroomOptions.h
  3. // HyphenateSDK
  4. //
  5. // Created by XieYajie on 09/01/2017.
  6. // Copyright © 2017 easemob.com. All rights reserved.
  7. //
  8. #import <Foundation/Foundation.h>
  9. @interface EMChatroomOptions : NSObject
  10. /*!
  11. * \~chinese
  12. * 聊天室的最大成员数(3 - 2000,默认是200)
  13. *
  14. * \~english
  15. * The max chat room capacity (3-2000, the default is 200)
  16. */
  17. @property (nonatomic) NSInteger maxUsersCount;
  18. @end