Class RemoteParticipant
Inheritance
System.Object
RemoteParticipant
Inherited Members
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 |