issues
search
so010
/
knockplop
Basic meeting webservice (client + server) based on WebRTC technology
MIT License
19
stars
9
forks
source link
Improve start up to meeting time
#13
Open
so010
opened
6 years ago
so010
commented
6 years ago
This is about testing and startup mirror screen:
replace remote mirror screen by local mirror screen
move turn server testing to background
update a ICE server list dynamically
each peerconnection object should decide independantly if it should restart ICE-machine with new alternative ICE servers from the list
start up peerconnection as soon as possible (Without TURN-server at all or wait for minimum 1 working TURN-server from iceServerManager?)
misi
commented
6 years ago
Skip ICE protocol/transport combination that are well known that won't work because lack of implementation on Browser side.
This is about testing and startup mirror screen: