Our new developer documentation is now available. Please check it out!
Peer
public class Peer : IDisposable
Client/Remote peer
Constructors
Name | Description |
---|---|
Peer(UInt64, String, UserData) | Client/Remote peer |
Properties
Name | Description |
---|---|
Id | Peer id |
RoomName | Associated room name of this peer |
UserId | Peers user id |
UserData | Peer userdata |
Medias | Associated medias of this peer |
Public Methods
Name | Description |
---|---|
AddMedia | Associate a media with the peer |
RemoveMedia | Remove a associated media from the peer |
GetMediaStreamIds | Get a copy of all ids of Media from this peer |
ToString | Debug |
Dispose | Free peer with all associated medias |