Currently, the signaling process is limited to a single protocol. To increase flexibility and accommodate various use cases, implement support for multiple signaling protocols. This will allow developers to choose the protocol that best fits their requirements, such as WebSocket, HTTP/HTTPS, or other transport mechanisms.
Links / References
\
Tasks / Definition of Done
[ ] Implement support for selecting and using different protocols in the signaling process.
[ ] Ensure compatibility with existing functionality and maintain seamless performance across all supported protocols.
[ ] Test signaling with each supported protocol to confirm stability and reliability.
Further information
Supporting multiple protocols will make the system more versatile and adaptable to different environments and developer preferences.
Description
Currently, the signaling process is limited to a single protocol. To increase flexibility and accommodate various use cases, implement support for multiple signaling protocols. This will allow developers to choose the protocol that best fits their requirements, such as WebSocket, HTTP/HTTPS, or other transport mechanisms.
Links / References
\
Tasks / Definition of Done
Further information
Supporting multiple protocols will make the system more versatile and adaptable to different environments and developer preferences.