docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Method JoinGroupChannelAsync

    JoinGroupChannelAsync(string, ChatCapability, ChannelOptions)

    Puts the user in a 2-D group channel using channelName as the unique identifier. This channel type is similar to a traditional non-positional voice call. If you are not logged into the Vivox service when this is called, you will be automatically logged in.

    Declaration
    Task JoinGroupChannelAsync(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)