AgoraChatSDK 1.14.0
Properties | List of all members
AgoraChatGroupOptions Class Reference

#import <AgoraChatGroupOptions.h>

Inheritance diagram for AgoraChatGroupOptions:

Properties

AgoraChatGroupStyle style
 
NSInteger maxUsers
 
BOOL IsInviteNeedConfirm
 
NSString * ext
 

Detailed Description

The group options.

Property Documentation

◆ ext

- (NSString*) ext
readwritenonatomicstrong

The extra information of the group.

◆ IsInviteNeedConfirm

- (BOOL) IsInviteNeedConfirm
readwritenonatomicassign

Whether to send an invitation notification when inviting a user to join the group. If you set it as NO, the user joins the group automatically.

◆ maxUsers

- (NSInteger) maxUsers
readwritenonatomicassign

The maximum number of members in a group. The value range is [3,2000]; the default value is 200.

◆ style

- (AgoraChatGroupStyle) style
readwritenonatomicassign

The group style.


The documentation for this class was generated from the following file: