C# Class Chatter.ChatterSession

Inheritance: MultiSession
Exibir arquivo Open project: Wiladams/NewTOAPIA

Public Methods

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

Protected Methods

Method Description
ParticipantAdded ( object sender, RtpEvents ea ) : void
ParticipantRemoved ( object sender, RtpEvents ea ) : void

Method Details

ChatterSession() public method

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
return System

ParticipantAdded() protected method

protected ParticipantAdded ( object sender, RtpEvents ea ) : void
sender object
ea NewTOAPIA.Net.Rtp.RtpEvents
return void

ParticipantRemoved() protected method

protected ParticipantRemoved ( object sender, RtpEvents ea ) : void
sender object
ea NewTOAPIA.Net.Rtp.RtpEvents
return void