Граф коммитов

138 Коммитов

Автор SHA1 Сообщение Дата
sryarama 058f2a26d5
Setting node environment to production (#58)
* Setting node environment to production

* Fix build issues
2023-02-21 15:50:42 -08:00
murtazabeans 364544ad27
Update Model.d.ts (#52) 2022-10-24 16:23:25 -07:00
Erli-ms 4cf032cd51
Users/ersuo/fix message order (#46)
* use conversation from proxy

* add lwi and chatid to telemetry property

* early return

* fixing UT and some constant's name

* skip ack if polling already received receipt message

* changing ack map to sending map

* remove testing method

* remove testing method

* remove comment
2022-02-07 11:28:15 -08:00
Erli-ms 2564213115
Add lwi and chat id to adapter telemetry cp field (#44)
* use conversation from proxy

* add lwi and chatid to telemetry property

* early return

* fixing UT and some constant's name
2021-12-20 15:15:22 -08:00
Erli-ms b076bf3290
Users/ersuo/fixing missing ack from polling (#43)
* use conversation from proxy

* ack all messages received with polling
2021-11-22 15:36:27 -08:00
Erli-ms 79bda21014
Users/ersuo/reinit adapter (#42)
* use conversation from proxy

* calling back to re-init and adding more telemetry

* fix UT

* fix comments

* move number to constants
2021-10-11 19:42:48 -07:00
Charlie Wang fc667e964d
Send the updated message to client if it's RTT (#40)
* implement end()

* change Model

* update IC3 types

* revert changes

* update

* modify IC3 Model

* update IC3Client model

* update IConversation model

* increase connection status timeout

* Send the updated message if it's RTT

Co-authored-by: Charlie Wang <charlwan@microsoft.com>
2021-09-03 15:16:00 -07:00
Charlie Wang 88b505b6e1
Increase ConnectionStatusObserver timeout (#37)
* implement end()

* change Model

* update IC3 types

* revert changes

* update

* modify IC3 Model

* update IC3Client model

* update IConversation model

* increase connection status timeout

Co-authored-by: Charlie Wang <charlwan@microsoft.com>
2021-08-26 09:39:13 -07:00
Erli-ms 85f47518cb
Users/ersuo/trigger get message when poll failed (#36)
* use conversation from proxy

* tirgger get all messages for missing ack messages

* fix UT
2021-08-14 21:47:10 -07:00
Erli-ms b200718bd5
Fix ack message (#34)
* use conversation from proxy

* use sendMessage response to ack message

* fix comments
2021-08-09 15:03:03 -07:00
omidris 462d48fd6f
Users/omidris/typing indicator bug (#32)
* adding documentbody to IClientSDKInitializationParameters

* typing indicator fix

* fixed uts and build errors

* fixed ut

* fixing uts
2021-06-21 15:27:00 -07:00
Charlie Wang b967bb9032
Update IConversation model (#31)
* implement end()

* change Model

* update IC3 types

* revert changes

* update

* modify IC3 Model

* update IC3Client model

* update IConversation model

Co-authored-by: Charlie Wang <charlwan@microsoft.com>
2021-06-18 12:11:57 -07:00
omidris 5102a67322
Users/omidris/translate (#30)
* adding documentbody to IClientSDKInitializationParameters

* adding translatedmessage to model

* adding registerOnIC3ErrorRecovery
2021-06-18 12:07:43 -07:00
Charlie Wang f2f5fa278d
Update IC3Client Model: registerOnIC3ErrorRecovery (#29)
* implement end()

* change Model

* update IC3 types

* revert changes

* update

* modify IC3 Model

* update IC3Client model

Co-authored-by: Charlie Wang <charlwan@microsoft.com>
2021-06-08 00:22:11 -07:00
Charlie Wang 20ce7c0e9f
Update IC3 Model (#27)
* implement end()

* change Model

* update IC3 types

* revert changes

* update

* modify IC3 Model

Co-authored-by: Charlie Wang <charlwan@microsoft.com>
2021-05-29 00:08:06 -07:00
Charlie Wang 4f635efeec
Update IC3Client APIs (#26)
* implement end()

* change Model

* update IC3 types

* revert changes

* update

Co-authored-by: Charlie Wang <charlwan@microsoft.com>
2021-05-25 11:24:59 -07:00
Charlie Wang f3bf9bb26a
Update Model.d.ts (#25)
Modify Model type for CC transcript mode
2021-03-16 12:29:54 -07:00
Charlie Wang 2189c96478
Uptake registerIC3Error API (#23)
* commit

* update logs

Co-authored-by: Charlie Wang <charlwan@microsoft.com>
2021-02-19 14:40:44 -08:00
Daniil Deli 1e5422e087
unit tests for ic3 enhancers (#22) 2020-10-21 17:15:54 +03:00
Daniil Deli b728f68f1f
Task 2033458: Implement integration test for Adapter (#21)
added unit tests for ic3
2020-10-21 17:15:16 +03:00
Erli-ms c71ebc934e
Add connection status observer state and more log (#19)
* use conversation from proxy

* Add more log and check connection status before getMessages

* Resolving comments

* remove logging members from channeldata

* log error message when activity is null
2020-09-18 12:59:34 -07:00
Hannah Olliges d2c69a2098
Add fromUserId to channel data (#20)
Confirmed in Omnichannel conversation that data was being picked up correctly and completing PR based on approval from necessary persons.
2020-09-17 15:36:07 -07:00
Erli-ms af29f6775a
Inline playing fcb enhancement (#18)
* Enhance telemetry

* enhance feature control for multimedia inline playing

* change action flow config

* remove action flow for branch pushing
2020-08-20 19:49:15 -07:00
Erli Suo 8edc276359 upgrade version number 2020-08-18 15:26:20 -07:00
Erli Suo 4d7c644425 Merge branch 'occlient_release_8.1' into main 2020-08-18 15:23:52 -07:00
Erli Suo db771b2d5c Revert "Add support for LCW (#15)"
This reverts commit 616d826a5a.
2020-08-18 15:20:44 -07:00
Erli-ms df237cd7a0
Enhance telemetry (#17) 2020-08-18 13:11:56 -07:00
charliewang95 616d826a5a
Add support for LCW (#15)
* solve log issues

* fix bug

* fix

* fix
2020-08-10 22:57:15 -05:00
charliewang95 22393d02d1
Add IC3 telemetry to adapter (#13)
* init commit

* save

* commit

* commit telemetry

* update

* add events

* change all to DEBUG

* add null check / add events

* added null check

* fix bug

* fix bug

Co-authored-by: Charlie Wang <charlwan@microsoft.com>
2020-08-06 14:54:40 -05:00
Erli-ms 03fd0c1707
Video audio inline playing 1 (#11)
* use conversation from proxy

* add FCB and all supported types
2020-07-27 17:48:34 -07:00
Erli-ms 241dabb247
Fix unsubscribe on conversation (#10)
* use conversation from proxy

* replacing client_activity_id tag

* Revert changes for video/audio support

* fix the unsubscribe function
2020-07-23 00:53:35 -07:00
Erli-ms 9e2cecc27e
Revert attachment change (#9)
* use conversation from proxy

* Revert changes for video/audio support
2020-07-21 12:11:56 -07:00
Erli-ms a177b89ff6
Retry failed generated duplicate msg (#8)
* use conversation from proxy

* replacing client_activity_id tag
2020-07-16 17:56:48 -07:00
Erli-ms 9b37d6ea75
Uptake pollyfill from core-js (#7)
* use conversation from proxy

* Import symbol and asyncInterator from core-js

* reset index.directline

* update package-lock
2020-07-13 18:34:37 -07:00
Erli-ms 9058fa803c
Uptake pollyfill for symbol and asyncIterator (#6)
* use conversation from proxy

* Import symbol and asyncInterator from core-js

* reset index.directline
2020-07-13 18:27:33 -07:00
Erli-ms 5bac2fb90b
Porting over prs connectivity manager (#5)
* Porting over PR LCW Telemetry Enhancements - IC3 Adapter and Added blob to attachment

* video audio card working and commented out resource type

* use conversation from proxy

* adding connectivity manager and fix bugs
2020-07-12 01:44:06 -07:00
Erli-ms e357031b4b
use conversation from proxy (#4) 2020-07-12 01:26:17 -07:00
Erli-ms 1d282b0f59
Update package.json
trigger a build
2020-07-09 15:51:45 -07:00
Erli-ms 715b6a9875
Update ersuo_test_node.js.yml 2020-07-09 15:50:59 -07:00
Erli-ms 63b911f5ed
use conversation from proxy (#3) 2020-07-09 15:49:02 -07:00
Erli-ms 8670e9f3e9
Create ersuo_test_node.js.yml (#2) 2020-07-09 15:41:02 -07:00
Erli-ms 3a0139a1ea
Update package.json (#1) 2020-06-24 15:57:44 -07:00
earliest fb0c6d1ad7
Ersuo creating releasing (#8)
* fixing duplicated message issue

* assign unique ID for activity.id

* remove extra logging

* remove activity id before egress

* add message ID for RTT

Co-authored-by: Erli Suo <ersuo@microsoft.com>
2020-06-24 11:56:16 -07:00
earliest b029083f95
Update package.json (#7)
triggering publish... seems auto publish is not working.
2020-06-23 19:13:35 -07:00
earliest 9a88673d8c
Ersuo creating releasing (#6)
* fixing duplicated message issue

* assign unique ID for activity.id

* remove extra logging

* remove activity id before egress

Co-authored-by: Erli Suo <ersuo@microsoft.com>
2020-06-23 19:08:28 -07:00
earliest 2af18bda22
Merge pull request #5 from compulim/ersuo_creating_releasing
Fixing some behavior in mock mode
2020-06-20 16:25:10 -07:00
earliest e452a1966f
Try to trigger release 2020-06-20 16:11:33 -07:00
Erli Suo c3d822c450 Merge branch 'master' into ersuo_creating_releasing 2020-06-20 16:04:28 -07:00
Erli Suo a4d6a9a9d9 fix adapter in mock mode 2020-06-20 16:02:42 -07:00
earliest ba157c37de
Update releasing_workflow.yml
Try to update latest tag on NPM repo
2020-06-19 14:22:44 -07:00