andygunther | 2016-10-05 20:28:22 UTC | #1
I have the most current .Net SDK from NuGet, but I am getting a DisconnectType back from Segments as "OutdatedSdkVersion" in most of the segments I am accessing. Can someone speak to whether that is a known issue or if I'm expecting the wrong thing?
tim.smith | 2016-10-05 20:45:51 UTC | #2
There were some changes that broke the SDK builds while I was out on paternity leave. I'm working on getting them back up and running this week.
If you need this immediately, you can edit the enums in the source to add the missing values and build a one-off version to use until I get the builds working again.
andygunther | 2016-10-05 20:48:13 UTC | #3
I don't need it for a week or so. Think you'll have it by then?
tim.smith | 2016-10-05 20:48:40 UTC | #4
I certainly hope so :)
tim.smith | 2016-10-06 14:00:13 UTC | #5
@andygunther New version is published: http://www.nuget.org/packages/PureCloudApiSdk/0.85.10.378
andygunther | 2016-10-14 02:28:30 UTC | #6
Thanks Tim! I don't suppose you could help define Client, Peer, and Endpoint as disconnect types, could you?
tim.smith | 2016-10-14 15:09:12 UTC | #7
Hopefully we can get this out on the dev center soon for conversation documentation.
- client - the disconnect was triggered by UI or public API on this participant (i.e. disconnected self)
- peer - the disconnect was triggered by another participant in the conversation (i.e. you were the last party in the call)
- endpoint - the disconnect was triggered by the media endpoint for this participant (i.e. phyiscal phone hung up)
- system - the disconnect was triggered by the system
- transfer - the disconnect was the result of a transfer that replaced the participant
system | 2017-08-28 19:27:45 UTC | #8
This post was migrated from the old Developer Forum.
ref: 469