Search Results for

    Show / Hide Table of Contents

    Class RemoteParticipant

    Inheritance
    System.Object
    JSRef
    JSObject
    JSEventEmitter<ParticipantEvent>
    Participant
    RemoteParticipant
    Inherited Members
    Participant.TrackPublished
    Participant.TrackSubscribed
    Participant.TrackSubscriptionFailed
    Participant.TrackUnpublished
    Participant.TrackUnsubscribed
    Participant.TrackMuted
    Participant.TrackUnmuted
    Participant.LocalTrackPublished
    Participant.LocalTrackUnpublished
    Participant.ParticipantMetadataChanged
    Participant.DataReceived
    Participant.IsSpeakingChanged
    Participant.ConnectionQualityChanged
    Participant.TrackStreamStateChanged
    Participant.TrackSubscriptionPermissionChanged
    Participant.AudioTrackPublications
    Participant.VideoTrackPublications
    Participant.TrackPublications
    Participant.AudioLevel
    Participant.IsSpeaking
    Participant.Sid
    Participant.Identity
    Participant.Name
    Participant.Metadata
    Participant.attributes
    Participant.LastSpokeAt
    Participant.IsCameraEnabled
    Participant.IsMicrophoneEnabled
    Participant.IsScreenShareEnabled
    Participant.GetTrackPublications()
    JSEventEmitter<ParticipantEvent>.Dispose(Boolean)
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: LiveKit
    Assembly: cs.temp.dll.dll
    Syntax
    public class RemoteParticipant : Participant

    Properties

    RemotePublications

    Declaration
    public JSMap<string, RemoteTrackPublication> RemotePublications { get; }
    Property Value
    Type Description
    JSMap<System.String, RemoteTrackPublication>

    Methods

    GetTrackPublication(TrackSource)

    Declaration
    public RemoteTrackPublication GetTrackPublication(TrackSource source)
    Parameters
    Type Name Description
    TrackSource source
    Returns
    Type Description
    RemoteTrackPublication

    GetTrackPublicationByName(String)

    Declaration
    public RemoteTrackPublication GetTrackPublicationByName(string name)
    Parameters
    Type Name Description
    System.String name
    Returns
    Type Description
    RemoteTrackPublication

    GetTrackPublicationBySid(String)

    Declaration
    public RemoteTrackPublication GetTrackPublicationBySid(string sid)
    Parameters
    Type Name Description
    System.String sid
    Returns
    Type Description
    RemoteTrackPublication

    GetVolume()

    Declaration
    public float GetVolume()
    Returns
    Type Description
    System.Single

    SetVolume(Single)

    Declaration
    public void SetVolume(float volume)
    Parameters
    Type Name Description
    System.Single volume
    In This Article
    Back to top LiveKit Client SDK for Unity WebGL