Liblinphone  5.5.0
Linphone.VideoActivationPolicy Class Reference
Inheritance diagram for Linphone.VideoActivationPolicy:
Linphone.LinphoneObject

Public Member Functions

Linphone.VideoActivationPolicy Clone ()
 

Properties

bool AutomaticallyAccept [get, set]
 
Linphone.MediaDirection AutomaticallyAcceptDirection [get, set]
 
bool AutomaticallyInitiate [get, set]
 

Additional Inherited Members

- Protected Member Functions inherited from Linphone.LinphoneObject
static String linphone_pointer_to_string (IntPtr ptr)
 
static IntPtr linphone_string_to_pointer ([MarshalAs(LinphoneWrapper.ByteStringMarshalling)] String str)
 
IntPtr StringArrayToBctbxList (IEnumerable< string > stringlist)
 
void CleanStringArrayPtrs (IntPtr l)
 

Detailed Description

Object describing policy regarding video streams establishments.

Use Linphone.VideoActivationPolicy.AutomaticallyAccept and Linphone.VideoActivationPolicy.AutomaticallyInitiate to tell the Core to automatically accept or initiate video during calls. Even if disabled, you'll still be able to add it later while the call is running.

Member Function Documentation

Linphone.VideoActivationPolicy Linphone.VideoActivationPolicy.Clone ( )
inline

Instantiates a new Linphone.VideoActivationPolicy object with same values as the source.

Returns
the newly created Linphone.VideoActivationPolicy object

Property Documentation

bool Linphone.VideoActivationPolicy.AutomaticallyAccept
getset

Gets the value for the automatically accept video policy.

Returns
whether or not to automatically accept video requests is enabled
Linphone.MediaDirection Linphone.VideoActivationPolicy.AutomaticallyAcceptDirection
getset

Gets the value for the automatically accept video direction.

Returns
the Linphone.MediaDirection that will be set for video stream if automatically accepted.
bool Linphone.VideoActivationPolicy.AutomaticallyInitiate
getset

Gets the value for the automatically initiate video policy.

Returns
whether or not to automatically initiate video calls is enabled

The documentation for this class was generated from the following file: