Skip to content

feat(callhandling): VvoipSessionInformation schema reviewed#56

Merged
stroncoso-quobis merged 1 commit intocamaraproject:mainfrom
stroncoso-quobis:abstrac-events
Jan 13, 2025
Merged

feat(callhandling): VvoipSessionInformation schema reviewed#56
stroncoso-quobis merged 1 commit intocamaraproject:mainfrom
stroncoso-quobis:abstrac-events

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

@stroncoso-quobis stroncoso-quobis merged commit f86ba50 into camaraproject:main Jan 13, 2025
@stroncoso-quobis stroncoso-quobis deleted the abstrac-events branch July 16, 2025 12:18
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

2 participants