Message |
[+]
Avaya Client SDK - General
» Doing Far End Camera Control using Javascript CSDK, 07/05/2019 02:45:19
» Go to message
|
|
Hello,
The design team recommends checking the Javascript Communication Services Sample Application, here is a code snippet you might be interested in -
vm.cameraControlAction = function (action) {
// Where vm.selectedParticipant is a Participant Object from conference.getActiveParticipants()
// and action is a member of the AvayaClientServices.Services.Conference.CameraControl enumeration
var participant = vm.selectedParticipant;
if (participant) {
if (participant.getFeccRecvSupport()) {
participant.controlRemoteCamera(action).then(function () {
// Camera action was successful
}, function () {
// Action failed
});
}
}
}
The team is still looking for the answer to the other part of your question, we will provide you with update as soon as possible.
|
 |
[+]
Avaya Client SDK - General
» [Android] Recording Audio from Call, 06/05/2019 02:21:34
» Go to message
|
|
Hi Alam,
You can access the media engine instance this way(the example is given for Android, but the same pattern applies to the rest of the platforms) -
MediaServicesInstance mediaServices = client.getMediaEngine();
Please let me know if you have any further questions.
Thanks,
Artem.
|
 |
[+]
Avaya Client SDK - General
» OSSI command to turn on mwi, 27/03/2019 04:28:31
» Go to message
|
|
Hi Dave,
Unfortunately, Client SDK team won't be able to help in this Forum as your question seems to be about interacting with Avaya Communication Manager which is a separate product that we don't support here.
Thanks,
Artem.
|
 |
[+]
Avaya Client SDK - General
» Getting started with JavaScript SDKs, 26/03/2019 07:44:59
» Go to message
|
|
|
 |
[+]
Avaya Client SDK - General
» Registration Failed every 45 to 48 seconds - Client SDK for Window 4.2.0.0, 25/03/2019 03:26:40
» Go to message
|
|
Thanks for the updated log. However, its log level is "INFO" while we are looking for a "DEBUG" level trace.
The error code is the same "connection error"m but now we have more data which indicates that tls://135.20.201.14:5061 doesn't reply to your client's sending SIP keep alive requests.
I wonder if the network you are on is enforcing any firewall rules.
|
 |
[+]
Avaya Client SDK - General
» Registration Failed every 45 to 48 seconds - Client SDK for Window 4.2.0.0, 22/03/2019 03:13:37
» Go to message
|
|
Hello,
I see in the log that the active registration failed due to connection errors. Please change the log level from "ERROR" to "DEBUG" to get a detailed trace.
Thanks,
Artem.
|
 |
[+]
Avaya Client SDK - General
» Callintercept outbound not invoked, 21/03/2019 06:52:52
» Go to message
|
|
Thanks, please indicate the package and the platform you are asking about.
This forum supports questions related to Avaya Breeze Client SDK Packages listed here:
https://www.devconnectprogram.com/site/global/products_resources/avaya_client_sdk/programming_docs/current/introduction/index.gsp
|
 |
[+]
Avaya Client SDK - General
» Callintercept outbound not invoked, 21/03/2019 06:32:29
» Go to message
|
|
Hello, please indicate the product and platform you are using so that we can route your question to the right team.
|
 |
[+]
Avaya Client SDK - General
» OceanaWebRTCSDK issues for Android and iOS, 13/03/2019 09:58:52
» Go to message
|
|
Hello,
This forum helps answer questions about Avaya Breeze Client SDK. Is that the product you are using? What version are you using?
Thanks,
Artem.
|
 |
[+]
Avaya Client SDK - General
» Question reagrding DisplayName, 07/03/2019 01:24:45
» Go to message
|
|
Hi Rohit,
I've been following up on this query with various teams since this Disaply Name you are looking for is published by 96x1 desk phones to Aura which then relays it to your controlling Client SDK based endpoint.
The bottom line is that 96x1 doesn't use this property. In other words, Display Name is something that is going to be empty when you used 96x1 device in shared control mode with Equinox.
|
 |
[+]
Avaya Client SDK - General
» Data network lost and re-established during text chat, 04/03/2019 05:34:37
» Go to message
|
|
Hello,
Thanks for reaching out to us, I've created a ticket to track this with the design team. We will get back to you once we analyze the issue.
|
 |
[+]
Avaya Client SDK - General
» Is Avaya Equinox support SSO?, 28/02/2019 05:58:35
» Go to message
|
|
Hello,
If you want to implement support for 3rd party Identity Providers via OAUTH 2, it is not yet supported by Avaya Breeze Client SDK.
However, you can use a single credential provider to provide the same user credentials to various Client SDK services.
If you want to know how to configure Avaya Equinox clients to support SSO, please ask for Equinox Client support, this forum supports Client SDK users.
|
 |
[+]
Avaya Client SDK - General
» Question reagrding DisplayName, 26/02/2019 06:59:16
» Go to message
|
|
Thanks, Rohit, that helps. I'm following up with the design team to get the answer for you.
|
 |
[+]
Avaya Client SDK - General
» Get All Conversations from AMM server?, 14/02/2019 02:20:59
» Go to message
|
|
Client SDK Communication Services package allows retrieving conversations on per-user basis. A custom application may create and configure several User objects to act as a multiuser controller.
|
 |
[+]
Avaya Client SDK - General
» Get Current Node during LifeCycle init, 14/02/2019 02:17:33
» Go to message
|
|
Hi Michael,
What package of Avaya Breeze Client SDK you are using? Is that Communication Services package for Javascript?
Thanks,
Artem.
|
 |