docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Class JoinSessionOptions

    Options to configure a session when joining. Some options will only be used if a session needs to be created. Options can be customized to provide additional feature configuration.

    Inheritance
    object
    BaseSessionOptions
    JoinSessionOptions
    Inherited Members
    BaseSessionOptions.Type
    BaseSessionOptions.PlayerProperties
    Namespace: Unity.Services.Multiplayer
    Assembly: solution.dll
    Syntax
    public class JoinSessionOptions : BaseSessionOptions

    Properties

    Password

    The password used to connect to the Session

    Declaration
    public string Password { get; set; }
    Property Value
    Type Description
    string

    Extension Methods

    SessionOptionsExtensions.WithHostMigration<T>(T)
    SessionOptionsExtensions.WithHostMigration<T>(T, IMigrationDataHandler)
    SessionOptionsExtensions.WithHostMigration<T>(T, IMigrationDataHandler, TimeSpan, TimeSpan)
    SessionOptionsExtensions.WithNetworkHandler<T>(T, INetworkHandler)
    SessionOptionsExtensions.WithPlayerName<T>(T, VisibilityPropertyOptions)
    In This Article
    Back to top
    Copyright © 2025 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)