tencent cloud

Feedback

Last updated: 2024-03-21 14:39:35

    Description

    TUIKit supports the "Group Chat Message Read Receipt" and "One-to-one Chat Message Read Receipt" features starting from version 6.2.2363 and version 6.3.2609, respectively.
    Note:
    The "Message Read Receipt" feature is only supported by the premium edition. Please make sure that the premium package has been activated before using this feature.

    Effect

    One-to-one Chat Message Read Receipt

    Indicated by ✔️ or highlighted ✔️✔️ on the message
    

    Group Chat Message Read Receipt

    Message reading status is indicated on the message: When no one has read it, ✔️ is displayed; when some chat members have read it, gray ✔️✔️ is displayed; when everyone has read it, highlighted ✔️✔️ is displayed.

    Message List

    

    Read Receipt Details

    Click the read status to enter the read receipt details page.
    

    Enabling Message Read Receipt

    In the TUIChat component, within the TUIChatConfig file, a switch for the "Message Read Receipt" feature, named msgNeedReadReceipt, is provided. Its type is BOOL, with a default value of NO.
    - (id)init
    {
    self = [super init];
    if (self) {
    self.msgNeedReadReceipt = NO;
    }
    return self;
    }
    If you want to enable the "Message Read Receipt" feature, please first activate the premium edition and then change the default value of msgNeedReadReceipt to YES, or call the following method to enable it before the chat page is initialized.
    TUIChatConfig.defaultConfig.msgNeedReadReceipt = YES;

    FAQs

    Error: The usage of this API is not supported by the package. Please upgrade to the premium edition.

    The "Message Read Receipt" feature is only supported by the premium package. This error message indicates that your current package does not support this capability. Please log in to the Instant Messaging IM purchase page to activate the premium edition for experience.

    Exchange and Feedback

    Join the Telegram technical exchange group or WhatsApp discussion group, benefit from the support of professional engineers, and solve your toughest challenges.
    
    Contact Us

    Contact our sales team or business advisors to help your business.

    Technical Support

    Open a ticket if you're looking for further assistance. Our Ticket is 7x24 avaliable.

    7x24 Phone Support