tencent cloud

Feedback

Android/iOS

Last updated: 2024-04-17 18:04:55
    In video conferences, participants can send messages in real-time in the chat area, share opinions and ideas, and create a relaxed and pleasant communication environment by exchanging emoticons and animations. To maintain the order of the meeting, the host or administrator can set to prohibit participants from sending messages in the chat, ensuring the focus and efficiency of the conference content. By flexibly using these features, video conferences can provide efficient and convenient communication experiences for various scenarios.

    Text Interaction

    At the bottom menu bar of the conference interface, you can find an option called Chat. Click on it, and you will be redirected to the chat page. On the chat page, participants can communicate with other participants by sending custom text messages. This design facilitates real-time communication between participants without affecting the person who is speaking.
    
    
    
    
    

    Emoticon Interaction

    Click the emoticon icon in the chat interface's message editing bar to display the emoticon list. Click the corresponding emoticon to send it and give a thumbs-up to the speaker's brilliant speech.
    
    
    

    Manage In-conference Chat Permissions

    The host/administrator can set the chat permissions of a member in member management. Ordinary members who are prohibited from speaking will not be able to edit or send text or emoticons.
    
    
    

    Access Management

    Android
    iOS

    Module Source Code Integration

    1. Clone/download the code from Github, and then copy the tuichat subdirectory from the Android directory to the same level as your current project's app directory.
    2. Find the setting.gradle file in the root directory of the project and add the following code to it. This code imports the tuichat as a local module into your current project.
    include ':tuichat'
    3. Find the build.gradle file in the app directory and add the following code to it. This code declares the current app's dependency on the newly added tuichat component.
    api project(':tuichat')
    4. Add the maven repository and Kotlin support in the build.gradle file of the root project (at the same level as settings.gradle):
    buildscript {
    repositories {
    mavenCentral()
    maven { url "https://mirrors.tencent.com/nexus/repository/maven-public/" }
    }
    dependencies {
    classpath 'com.android.tools.build:gradle:7.0.0'
    classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:1.5.31"
    }
    }
    If you are using Gradle 8.x, you need to add the following code.
    buildscript {
    repositories {
    mavenCentral()
    maven { url "https://mirrors.tencent.com/nexus/repository/maven-public/" }
    }
    dependencies {
    classpath 'com.android.tools.build:gradle:8.0.2'
    classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:1.9.0"
    }
    }
    Note:
    The corresponding relationship between Kotlin, Gradle, and AGP versions can be viewed here.

    Access Chat Widget

    To import the chat widget using CocoaPods, follow these steps:
    1. Add the following dependencies to your Podfile.
    pod 'TUIChat' # [Optional] Chat widget
    2. Execute the following command to install the components.
    pod install
    
    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