Cross-Lab-Project / crosslab

https://Cross-Lab-Project.github.io/crosslab/
3 stars 4 forks source link

Allow configuration options for CreatePeerConnection Message #5

Open jonau opened 2 years ago

jonau commented 2 years ago

When the SOA-Clients receive the createPeerconnection Message they need additional informations for the WebRTC connection (right now this is just the list of STUN and TURN Servers)

To hard code them into the client doesn't seem right, so maybe we should add them to the createPeerconnection Message. Keep in mind, that the CreatePeerconnection Message should be a general function that also works with other types of connections.

lassertos commented 1 year ago

An additional property 'config' was added in 95c160d.

jonau commented 1 year ago

Client implemention missing