feat: sync group call livestream support
This commit is contained in:
parent
56d995474c
commit
f1a27996d3
37 changed files with 2219 additions and 83 deletions
4
deploy/migrations/0055_group_call_join_as.up.sql
Normal file
4
deploy/migrations/0055_group_call_join_as.up.sql
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
-- join_as:参与者可以以频道/群本身的身份入会(匿名管理员语义)。
|
||||
-- 0 = 以本人用户身份;唯一键仍是 (call_id, user_id),换身份 rejoin 为替换。
|
||||
ALTER TABLE group_call_participants
|
||||
ADD COLUMN IF NOT EXISTS join_as_channel_id bigint DEFAULT 0 NOT NULL;
|
||||
Loading…
Add table
Add a link
Reference in a new issue