Skip to content

Commit

Permalink
memberAddressadded (#131)
Browse files Browse the repository at this point in the history
* memberAddressadded

* versionChange

* mockAdded

* versionchanged

* Update CHANGELOG.md

Co-authored-by: Mohammed Huzaif <[email protected]>
  • Loading branch information
ajay-plivo and huzaif-plivo authored Feb 23, 2022
1 parent 68412a8 commit 8bb1fa0
Show file tree
Hide file tree
Showing 4 changed files with 7 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.6.1](https://github.com/plivo/plivo-go/tree/v7.6.1) (2022-02-22)
**Features - ListParticipants**
- Parameter added as member_address in response and mock

## [7.6.0](https://github.com/plivo/plivo-go/tree/v7.6.0) (2022-01-27)
**Features - MPCStartRecording**
- Parameter name change from statusCallBack to recordingCallback
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.6.0"
const sdkVersion = "7.6.1"

const lookupBaseUrl = "lookup.plivo.com"

Expand Down
1 change: 1 addition & 0 deletions fixtures/mPCListParticipantsResponse.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
"exit_time": null,
"hold": false,
"join_time": "2020-06-03 14:07:22+00:00",
"member_address": "sip:[email protected]",
"member_id": "209",
"mpc_uuid": "b1e37275-b8e2-42cd-ae63-fffcc54a50b5",
"mute": false,
Expand Down
1 change: 1 addition & 0 deletions multipartycall.go
Original file line number Diff line number Diff line change
Expand Up @@ -175,6 +175,7 @@ type MultiPartyCallParticipant struct {
ExitTime string `json:"exit_time,omitempty" url:"exit_time,omitempty"`
Hold bool `json:"hold,omitempty" url:"hold,omitempty"`
JoinTime string `json:"join_time,omitempty" url:"join_time,omitempty"`
MemberAddress string `json:"member_address,omitempty" url:"member_address,omitempty"`
MemberId string `json:"member_id,omitempty" url:"member_id,omitempty"`
MpcUuid string `json:"mpc_uuid,omitempty" url:"mpc_uuid,omitempty"`
Mute bool `json:"mute,omitempty" url:"mute,omitempty"`
Expand Down

0 comments on commit 8bb1fa0

Please sign in to comment.