Add support for ZOOM Meetings.

This commit is contained in:
2021-06-09 16:38:34 +02:00
parent 75a5c40430
commit 701655c193
6 changed files with 153 additions and 0 deletions

View File

@ -157,6 +157,25 @@ standard_webex_udp_ports="9000"
standard_webex_tcp_fall_back_ports="5004"
# - Zoom Meeting - Video Conference Service
# -
# - TCP 80,443 A ll Zoom Clients and *.zoom.us
# - Meeting Connector
# -
# - TCP 443,8801,8802 All Zoom Clients MeetingConnector.IP
# - MeetingConnector.IP2
# - MeetingConnector2.IP
# - MeetingConnector2.IP2
# -
# - UDP 3478,3479,8801, All Zoom Clients MeetingConnector.IP
# - 8802 MeetingConnector.IP2
# - MeetingConnector2.IP
# - MeetingConnector2.IP2
# -
standard_zoom_tcp_ports="80,443,8801,8802"
standard_zoom_udp_port_range="3478,3479,8801,8802 "
# - Jitsi Video Conference Service
# -
standard_jitsi_tcp_ports="$standard_http_ports"