C# Class Chatter.ChatterSession

Inheritance: MultiSession
Afficher le fichier Open project: Wiladams/NewTOAPIA

Méthodes publiques

Méthode Description
ChatterSession ( IPEndPoint endPoint, string uniqueSessionName, string friendlyName, bool rtpTraffic, bool receiveData, IPEndPoint reflector ) : System

Méthodes protégées

Méthode Description
ParticipantAdded ( object sender, RtpEvents ea ) : void
ParticipantRemoved ( object sender, RtpEvents ea ) : void

Method Details

ChatterSession() public méthode

public ChatterSession ( IPEndPoint endPoint, string uniqueSessionName, string friendlyName, bool rtpTraffic, bool receiveData, IPEndPoint reflector ) : System
endPoint System.Net.IPEndPoint
uniqueSessionName string
friendlyName string
rtpTraffic bool
receiveData bool
reflector System.Net.IPEndPoint
Résultat System

ParticipantAdded() protected méthode

protected ParticipantAdded ( object sender, RtpEvents ea ) : void
sender object
ea NewTOAPIA.Net.Rtp.RtpEvents
Résultat void

ParticipantRemoved() protected méthode

protected ParticipantRemoved ( object sender, RtpEvents ea ) : void
sender object
ea NewTOAPIA.Net.Rtp.RtpEvents
Résultat void