-
Notifications
You must be signed in to change notification settings - Fork 23
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
VT-3665 MPC Enhancements for Go SDK (#124)
* VT-3665 MPC Enhancements for Go SDK * VT-3665 Renamed json response filed * VT-3665 Modified the uuid in UT * VT-3665 Added UTs for XML changes * VT-3665 Renamed all the MPC Json files which starts with 'mPC'. * VT-3665 Added UTs for XML changes * VT-3665 Renamed all the json files starting with MPC to mPC. * VT-3665 code review changes * Added SDK Versioning * Removed code changes of Recording start and Recording Stop announcements on MPC * Reverting back the reverted changes * Update CHANGELOG.md Co-authored-by: Mohammed Huzaif <[email protected]>
- Loading branch information
1 parent
617b886
commit a747cdf
Showing
8 changed files
with
208 additions
and
76 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
{ | ||
"api_id": "e05b5263-45dc-11eb-9014-0242ac110003", | ||
"message": "MPC: test_mpc_1 record started", | ||
"recording_id": "e06ac332-45dc-11eb-94fe-06dd7f581a50", | ||
"recording_url": "https://media.plivo.com/v1/Account/MAOTE1OWE0MDK0MTLHYW/Recording/e06ac332-45dc-11eb-94fe-06dd7f581a50.mp3" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
{ | ||
"api_id": "da5ac1fc-3bb3-11ec-b7b2-0242ac11000a", | ||
"message": "play queued into MPC", | ||
"mpcMemberId": [ | ||
"1825" | ||
], | ||
"mpcName": "MyMPC" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.