Skip to content

Commit

Permalink
Vt 8644 (#226)
Browse files Browse the repository at this point in the history
* VT-8644

* VT-8644
  • Loading branch information
ajay-plivo authored Jan 29, 2025
1 parent d9bac7e commit 26b8dff
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Change Log

## [7.57.1](https://github.com/plivo/plivo-go/tree/v7.57.1) (2025-01-27)
**New Param - Start Stream Api**
- Support for `cx_bot` parameter in Start Stream API.

## [7.57.0](https://github.com/plivo/plivo-go/tree/v7.57.0) (2024-12-09)
**Feature - MachineDetection params added in Dial XML Element**
- Support for the `machineDetection` parameter in Dial XML Element.
Expand Down
2 changes: 1 addition & 1 deletion baseclient.go
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ import (
"github.com/google/go-querystring/query"
)

const sdkVersion = "7.57.0"
const sdkVersion = "7.57.1"

const lookupBaseUrl = "lookup.plivo.com"

Expand Down
1 change: 1 addition & 0 deletions calls.go
Original file line number Diff line number Diff line change
Expand Up @@ -236,6 +236,7 @@ type CallStreamParams struct {
StatusCallbackMethod string `json:"status_callback_method,omitempty" url:"status_callback_method,omitempty"`
ContentType string `json:"content_type,omitempty" url:"content_type,omitempty"`
ExtraHeaders string `json:"extra_headers,omitempty" url:"extra_headers,omitempty"`
CxBot bool `json:"cx_bot,omitempty" url:"cx_bot,omitempty"`
}

type CallStreamGetAllObject struct {
Expand Down

0 comments on commit 26b8dff

Please sign in to comment.