|
|
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) |
| |
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.
| 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
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: