feat: sync group call livestream support
This commit is contained in:
parent
56d995474c
commit
f1a27996d3
37 changed files with 2219 additions and 83 deletions
2
deploy/migrations/0053_group_call_rtmp.down.sql
Normal file
2
deploy/migrations/0053_group_call_rtmp.down.sql
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
DROP TABLE IF EXISTS group_call_rtmp_keys;
|
||||
ALTER TABLE group_calls DROP COLUMN IF EXISTS rtmp_stream;
|
||||
Loading…
Add table
Add a link
Reference in a new issue