Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
32 commits
Select commit Hold shift + click to select a range
d1c330b
feat(webrtc): add a call signaling controller
stakach Feb 2, 2023
a39b246
the user_id will represent the users unique browser session
stakach Feb 2, 2023
36838fb
feat: finish basic interface
stakach Feb 9, 2023
1291040
update openAPI docs
stakach Feb 9, 2023
cab9b57
fix openapi
stakach Feb 9, 2023
aaaf6b9
change route to room
stakach Feb 9, 2023
2f95aa7
fix skip actions
stakach Feb 10, 2023
84f33c7
fix cookie and allow guests to access the signalling route
stakach Feb 10, 2023
2ec8984
fix websocket
stakach Feb 10, 2023
d2039d0
fix cookie name
stakach Feb 10, 2023
a6fd903
a guests "placeos-id" should be random
stakach Feb 10, 2023
1ef6244
add a log-out method
stakach Feb 10, 2023
5bc7909
add kick user route
stakach Feb 14, 2023
3c7c9fe
update rest-api docs
stakach Feb 15, 2023
accfa83
don't remove from call unless session id is different
stakach Feb 15, 2023
0725548
events to be published to more specific channels
stakach Feb 17, 2023
66beb0f
add user kicking and additional signals
stakach Feb 17, 2023
73a69f7
grab system based on name
stakach Feb 20, 2023
8b613bf
get chat system binding and normalise getting the system via name
stakach Feb 21, 2023
7070fe2
fix formatting
stakach Feb 21, 2023
cb5ab49
ping signal connections to ensure connectivity survives
stakach Feb 22, 2023
ea40331
add exited signal, mode to using `code` for room name
stakach Feb 28, 2023
745b2c0
save inital work on clustered sessions
stakach Mar 2, 2023
302e665
webrtc distributed
stakach Mar 5, 2023
ef277ea
finish specs
stakach Mar 6, 2023
919414b
Merge branch 'master' into webrtc-signal-controller
stakach Mar 6, 2023
eb5e33f
chore: bump docs
stakach Mar 6, 2023
2748ea6
add a rooms query for grabbing the list of public rooms
stakach Mar 6, 2023
941114c
allow URI changes on repositories
stakach Mar 6, 2023
0ec23c0
return metadata in room list
stakach Mar 6, 2023
b153143
fix specs
stakach Mar 6, 2023
214ce4c
chore update docs
stakach Mar 6, 2023
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions .ameba.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
Lint/NotNil:
Enabled: false
Loading