docs.unity3d.com
    Show / Hide Table of Contents

    Class RoomSession

    Inheritance
    Object
    RoomSession
    Inherited Members
    Object.ToString()
    Object.Equals(Object)
    Object.Equals(Object, Object)
    Object.ReferenceEquals(Object, Object)
    Object.GetHashCode()
    Object.GetType()
    Object.MemberwiseClone()
    Namespace: Unity.Cloud.Presence.Runtime
    Syntax
    public class RoomSession : ISession

    Constructors

    RoomSession(BaseRoom)

    Declaration
    public RoomSession(BaseRoom baseRoom)
    Parameters
    Type Name Description
    BaseRoom baseRoom

    Properties

    CurrentParticipantId

    Declaration
    public ParticipantId CurrentParticipantId { get; }
    Property Value
    Type Description
    ParticipantId
    Implements
    ISession.CurrentParticipantId

    Id

    Declaration
    public SessionId Id { get; }
    Property Value
    Type Description
    SessionId
    Implements
    ISession.Id

    Room

    Declaration
    public BaseRoom Room { get; }
    Property Value
    Type Description
    BaseRoom
    Implements
    ISession.Room

    Events

    RoomEvent

    Declaration
    public event Action<ISession, Message> RoomEvent
    Event Type
    Type Description
    Action<ISession, Message>
    Implements
    ISession.RoomEvent

    SessionChanged

    Declaration
    public event Action<ISession> SessionChanged
    Event Type
    Type Description
    Action<ISession>

    Extension Methods

    GenericDataExtensions.SerializeToByteArray(Object)
    Back to top
    Copyright © 2023 Unity Technologies — Terms of use
    • Legal
    • Privacy Policy
    • Cookies
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)
    "Unity", Unity logos, and other Unity trademarks are trademarks or registered trademarks of Unity Technologies or its affiliates in the U.S. and elsewhere (more info here). Other names or brands are trademarks of their respective owners.
    Generated by DocFX on 18 October 2023