-
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.
* Initial commit to save boilerplate code * Initial commit to save boilerplate code * Coded everything except extraHeaders logic * Typo in method name * Initial commit to save boilerplate code * Initial commit to save boilerplate code * Coded everything except extraHeaders logic * Typo in method name * SetExtraHeaders logic * Unit tests for 3 API calls and XML creation * Fixed logic for extraHeaders processing and added a unit test to confirm its working * Changed the SDK version and added changelog comments * Removed logic for appending 'X-PH' to extraHeaders parameter in Stream XML * Fixed CallStreamParams * Fixed extraHeaders data type in CallStreamParams * Changed extraHeaders data type in CallStreamParams from map to string and also fixed its XML implementation * Added extra parameters to GetAll and GetSpecific stream response * Fixed data types * Fixed data types * Fixed data types * Added rounded bill duration param
- Loading branch information
1 parent
5a78df7
commit 989f83c
Showing
8 changed files
with
268 additions
and
1 deletion.
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
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,5 @@ | ||
{ | ||
"api_id": "ff09383e-246f-11ed-a1fe-0242ac110004", | ||
"message": "audio streaming started", | ||
"stream_id": "30852c23-ee79-4eb4-b7b9-cd360545965b" | ||
} |
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,21 @@ | ||
{ | ||
"api_id": "8d1d27f0-24f8-11ed-8311-0242ac11000b", | ||
"meta": { | ||
"count": 1, | ||
"limit": 20, | ||
"next": null, | ||
"offset": 0, | ||
"previous": null | ||
}, | ||
"objects": [ | ||
{ | ||
"call_uuid": "4f045f7a-b04a-4364-8523-74e6072f4f72", | ||
"end_time": null, | ||
"service_url": "ws://3ee3-106-51-87-58.ngrok.io", | ||
"start_time": null, | ||
"status": "initiated", | ||
"status_callback_url": "", | ||
"stream_id": "c436abf8-e8a1-4d96-9aa8-b9143f7f3517" | ||
} | ||
] | ||
} |
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