docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Method JoinEchoChannelAsync

    JoinEchoChannelAsync(string, ChatCapability, ChannelOptions)

    Puts the user in an echo channel using channelName as the unique identifier. In this channel you will hear only your own voice played back at you. If you are not logged into the Vivox service when this is called, you will be automatically logged in.

    Declaration
    Task JoinEchoChannelAsync(string channelName, ChatCapability chatCapability, ChannelOptions channelOptions = null)
    Parameters
    Type Name Description
    string channelName

    A unique identifier for the channel.

    ChatCapability chatCapability

    Used to indicate what type of capabilities the user wants when joining a channel.

    ChannelOptions channelOptions

    General channel configuration options to be used when joining the channel.

    Returns
    Type Description
    Task

    Task for the operation

    In This Article
    Back to top
    Copyright © 2023 Unity Technologies — Trademarks and terms of use
    • Legal
    • Privacy Policy
    • Cookie Policy
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)