Complete teams meeting creation and token refresh

This commit is contained in:
Bilal
2020-08-18 20:43:33 +03:00
parent f25a72004e
commit be5261037e
8 changed files with 80 additions and 56 deletions

View File

@@ -562,7 +562,8 @@ CREATE TABLE public.broadcasts (
token character varying,
streamer_status integer DEFAULT 0,
shoot_location_time_zone character varying DEFAULT 'UTC'::character varying,
full_live_stream_playback_uid character varying
full_live_stream_playback_uid character varying,
microsoft_teams_meeting_url character varying
);
@@ -3972,6 +3973,7 @@ INSERT INTO "schema_migrations" (version) VALUES
('20200721140821'),
('20200725231419'),
('20200810140331'),
('20200812161119');
('20200812161119'),
('20200817233053');