ConferenceDirection
Add the following line to your scenario code to use the enum:
require(Modules.Conference);
Constants
BOTH
Provides only outgoing stream from endpoint to conference.
RECEIVE
Provides only incoming stream from conference to endpoint.
SEND
Provides only outgoing stream from endpoint to conference.