Property | Type | Description | |
---|---|---|---|
AddSSRC | void | ||
RemoveSSRC | void | ||
RtpParticipant | System | ||
UpdateData | void |
Method | Description | |
---|---|---|
RtpParticipant ( string uniqueName, string friendlyName ) : System |
Called when creating an RtpSession and providing it with the local participant's data
|
|
ToString ( ) : string |
Override for RtpParticipant
|
Method | Description | |
---|---|---|
AddSSRC ( uint ssrc ) : void | ||
RemoveSSRC ( uint ssrc ) : void | ||
RtpParticipant ( |
Called when an SdesPacket arrives with an ID (CNAME) that no other session Participant has
|
|
UpdateData ( |
Raises the ParticipantStatusChanged event if the data changed
|
public RtpParticipant ( string uniqueName, string friendlyName ) : System | ||
uniqueName | string | |
friendlyName | string | |
return | System |