Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(callhandling): VvoipSessionInformation schema reviewed #56

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

stroncoso-quobis
Copy link
Collaborator

What type of PR is this?

Add one of the following kinds:

  • enhancement/feature

What this PR does / why we need it:

Which issue(s) this PR fixes:

Fixes #54 - SessionStatus is the new schema that will be used for notificiations, that includes VvoipSessionInformation the common data structure for a voice-video session used for all WebRTC APIs

Special notes for reviewers:

The previous examples are maintained, in order to grant compatibility with previous version 0.1.2.
Check changelog input to identify changes on schemas

Compare previous version here: version 0.1.2
With purposed MR version here: version 0.1.3

Changelog input

## BYON CallHandling v0.1.3 
 
### Added 
 
- `VvoipSessionInformation` expanded to include all fields used related to a 
  single voice-video session 
- `SessionNotification` to include any posible notification, expanding the 
  VvoipSessionInformation schema 
 
### Changed 
 
- `SessionInvitationNotification` and `SessionStatusNotification` are now handle 
  inside `SessionNotification`. 
- `SessionNotification` is just a wrapper for `VvoipSessionInformation` so 
  it can be used on next stages for implicit event susbcriptions. 
- The schema is not changed on structure, so interoperability is granted with 
  previous 0.1.2 version. 
 
### Fixed 
 
- Descriptions and relevant information for all sections 
   
### Removed 
 
- `SessionInvitationNotification` - Became part of `SessionNotification` 
- `SessionStatusNotification` - Became part of `SessionNotification` 

Additional documentation

No extra documents, improved API inline descriptions

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Detected SessionStatusNotification and SessionInvitationNotification schemas not in use
1 participant