allow selecting conference option

This commit is contained in:
Bilal
2020-08-19 13:05:16 +03:00
parent 27fade2d09
commit f5628c47df
12 changed files with 89 additions and 31 deletions

View File

@@ -563,7 +563,8 @@ CREATE TABLE public.broadcasts (
streamer_status integer DEFAULT 0,
shoot_location_time_zone character varying DEFAULT 'UTC'::character varying,
full_live_stream_playback_uid character varying,
microsoft_teams_meeting_url character varying
conference_option character varying,
conference_join_url character varying
);