Enum StreamDirection
Stream directionality, from the point-of-view of the local media endpoint.
Namespace: Microsoft.Skype.Bots.Media
Assembly: Microsoft.Skype.Bots.Media.dll
Syntax
public enum StreamDirection
Fields
| Name | Description |
|---|---|
| Inactive | Media cannot be sent nor received |
| Recvonly | Media can be received but not sent |
| Sendonly | Media can be sent but not received |
| Sendrecv | Media can be sent and received |