Enum MediaDirection
Indicates for a given media the stream direction.
Namespace: Linphone
Assembly: cs.temp.dll.dll
Syntax
public enum MediaDirection
Fields
| Name | Description |
|---|---|
| Inactive |
|
| Invalid |
|
| RecvOnly | Send only mode.
|
| SendOnly | No active media not supported yet.
|
| SendRecv | recv only mode
|