Vonage / vonage-java-sdk

Vonage Server SDK for Java. API support for SMS, Messages, Voice, Text-to-Speech, Numbers, Verify (2FA), Video and more.
https://developer.vonage.com/en/home
Apache License 2.0
95 stars 119 forks source link

feat: Add getAllSessions endpoint to Meetings API #488

Closed SMadani closed 7 months ago

SMadani commented 9 months ago

Implements the getAllSessions endpoint in the Meetings API.

codecov-commenter commented 9 months ago

Codecov Report

Merging #488 (1ea6c34) into main (8cfcf59) will increase coverage by 0.04%. The diff coverage is 97.36%.

@@             Coverage Diff              @@
##               main     #488      +/-   ##
============================================
+ Coverage     93.62%   93.66%   +0.04%     
- Complexity     2630     2668      +38     
============================================
  Files           393      396       +3     
  Lines          6665     6741      +76     
  Branches        429      442      +13     
============================================
+ Hits           6240     6314      +74     
  Misses          252      252              
- Partials        173      175       +2     
Files Coverage Δ
...ava/com/vonage/client/meetings/MeetingsClient.java 97.85% <100.00%> (+0.35%) :arrow_up:
.../main/java/com/vonage/client/meetings/Session.java 100.00% <100.00%> (ø)
...om/vonage/client/meetings/ListSessionsRequest.java 97.61% <97.61%> (ø)
...m/vonage/client/meetings/ListSessionsResponse.java 75.00% <75.00%> (ø)