docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Method SetChannelTransmissionModeAsync

    SetChannelTransmissionModeAsync(TransmissionMode, string)

    Changes the channel the local user is currently transmitting into. Options of transmission are all channels, no channels, or a single channel. If you are specifying a single channel, the channelName parameter is mandatory.

    Declaration
    Task SetChannelTransmissionModeAsync(TransmissionMode transmissionMode, string channelName = null)
    Parameters
    Type Name Description
    TransmissionMode transmissionMode

    The type of transmission policy to use.

    string channelName

    Name of the individual channel to transmit to. Mandatory when opting to transmit to a single 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)