Skip to content

Commit

Permalink
Update the default API version from V2 to V3 (#30)
Browse files Browse the repository at this point in the history
  • Loading branch information
hamermike authored Aug 19, 2021
1 parent b5ff0bf commit 6573f99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Bandwidth.StandardTests/WebRtc/ParticipantTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ public async Task CreateParticipantWithPermissionsAsync()
Assert.Null(response.Data.Participant.Subscriptions.Participants);

Assert.NotEmpty(response.Data.Participant.Tag);
Assert.Equal(DeviceApiVersionEnum.V2, response.Data.Participant.DeviceApiVersion);
Assert.Equal(DeviceApiVersionEnum.V3, response.Data.Participant.DeviceApiVersion);

Assert.NotEmpty(response.Data.Token);

Expand Down

0 comments on commit 6573f99

Please sign in to comment.