WebRTC audio/video call and conferencing server.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Simon Eisenmann a2f0830c79 Validate Offer and Answer content, so only events without _token key are triggered as channelling event to bus. 11 years ago
..
api.go Bumped copyright to 2015. 11 years ago
buffercache.go Bumped copyright to 2015. 11 years ago
bus_manager.go Added support for NATS pub/sub messaging to trigger channeling events for external services. 11 years ago
channelling.go Validate Offer and Answer content, so only events without _token key are triggered as channelling event to bus. 11 years ago
channelling_api.go Validate Offer and Answer content, so only events without _token key are triggered as channelling event to bus. 11 years ago
channelling_api_test.go Bumped copyright to 2015. 11 years ago
client.go Bumped copyright to 2015. 11 years ago
common_test.go Bumped copyright to 2015. 11 years ago
config.go Added renegotiation configuration to server. 11 years ago
connection.go Bumped copyright to 2015. 11 years ago
contact.go Bumped copyright to 2015. 11 years ago
context.go Serve odf and pdf sandbox from the server to prepare CSP http header for Firefox compatibility as Firefox does not support CSP in meta tag (see https://bugzilla.mozilla.org/show_bug.cgi?id=663570). 11 years ago
hub.go Bumped copyright to 2015. 11 years ago
images.go Bumped copyright to 2015. 11 years ago
incoming_codec.go Bumped copyright to 2015. 11 years ago
main.go Added support for NATS pub/sub messaging to trigger channeling events for external services. 11 years ago
nats.go Added support for NATS pub/sub messaging to trigger channeling events for external services. 11 years ago
random.go cryptoRand.Int / pseudoRand.Intn to generate random integer. Previous way was modulo-biased 11 years ago
room_manager.go Avoid to handle the main room as global room. 11 years ago
room_manager_test.go Fixed test by initializing default room type correctly. 11 years ago
rooms.go Bumped copyright to 2015. 11 years ago
roomworker.go Don't return users twice in "Welcome" from global room. 11 years ago
roomworker_test.go Bumped copyright to 2015. 11 years ago
session.go Bumped copyright to 2015. 11 years ago
session_manager.go Bumped copyright to 2015. 11 years ago
sessions.go Bumped copyright to 2015. 11 years ago
stats.go Bumped copyright to 2015. 11 years ago
stats_manager.go Bumped copyright to 2015. 11 years ago
tickets.go Bumped copyright to 2015. 11 years ago
tls.go Bumped copyright to 2015. 11 years ago
tokenprovider.go Bumped copyright to 2015. 11 years ago
tokens.go Correct some errors found by golint. 11 years ago
types_freebsd.go Fix wrong type for syscall.Setrlimit on FreeBSD (#244) 11 years ago
types_unix.go Fix wrong type for syscall.Setrlimit on FreeBSD (#244) 11 years ago
user.go Correct some errors found by golint. 11 years ago
users.go Correct some errors found by golint. 11 years ago
ws.go Bumped copyright to 2015. 11 years ago