国标级联支持制定200OK中sdp的IP

This commit is contained in:
648540858
2024-04-08 18:13:15 +08:00
parent aeb75c0df1
commit 48351c875e
8 changed files with 46 additions and 12 deletions

View File

@@ -198,6 +198,7 @@ create table wvp_platform (
update_time character varying(50),
as_message_channel bool default false,
auto_push_channel bool default false,
send_stream_ip character varying(50),
constraint uk_platform_unique_server_gb_id unique (server_gb_id)
);