Enum mediastatustype
Enumeration for specifying the status of a media stream. Taken from the SDP attribute, a=sendrecv, a=sendonly, etc.
Namespace: ConferenceEvent
Assembly: Ng911Lib.dll
Syntax
[Serializable]
public enum mediastatustype
  Fields
| Name | Description | 
|---|---|
| inactive | |
| recvonly | |
| sendonly | |
| sendrecv |