Skip to content

Commit

Permalink
Fixing operation context for play (Azure#26436)
Browse files Browse the repository at this point in the history
### Packages impacted by this PR


### Issues associated with this PR


### Describe the problem that is addressed by this PR


### What are the possible designs available to address the problem? If
there are more than one possible design, why was the one in this PR
chosen?


### Are there test cases added in this PR? _(If not, why?)_


### Provide a list of related PRs _(if any)_


### Command used to generate this PR:**_(Applicable only to SDK release
request PRs)_

### Checklists
- [ ] Added impacted package name to the issue description
- [ ] Does this PR needs any fixes in the SDK Generator?** _(If so,
create an Issue in the
[Autorest/typescript](https://github.com/Azure/autorest.typescript)
repository and link it here)_
- [ ] Added a changelog (if necessary)
  • Loading branch information
cochi2 authored Jul 10, 2023
1 parent 5c10007 commit e19eb8f
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,7 @@ export class CallMedia {
playOptions: {
loop: false,
},
operationContext: playOptions.operationContext,
};

if (playOptions.loop !== undefined) {
Expand All @@ -143,6 +144,7 @@ export class CallMedia {
playOptions: {
loop: false,
},
operationContext: playOptions.operationContext,
};

if (playOptions.loop !== undefined) {
Expand Down

0 comments on commit e19eb8f

Please sign in to comment.