Add support for 'Skype for Business Online' and 'Microsoft Teams'.
This commit is contained in:
@ -891,6 +891,18 @@ bigbluebutton_tcp_ports="$standard_bigbluebutton_tcp_ports"
|
||||
bigbluebutton_udp_ports="$standard_bigbluebutton_udp_port_range"
|
||||
|
||||
|
||||
# ======
|
||||
# - Skype for Business Online und Microsoft Teams
|
||||
# ======
|
||||
|
||||
# - Skype for Business Online und Microsoft Teams
|
||||
# -
|
||||
# - TCP 80,443
|
||||
# -
|
||||
ms_skype_teams_tcp_ports="$standard_ms_skype_teams_tcp_ports"
|
||||
ms_skype_teams_udp6_ports="$standard_ms_skype_teams_udp6_ports"
|
||||
ms_skype_teams_udp6_hosts="$standard_ms_skype_teams_udp6_hosts"
|
||||
|
||||
|
||||
# ======
|
||||
# - Webex Meeting
|
||||
@ -1466,6 +1478,7 @@ allow_outbound_streaming=true
|
||||
allow_echo360_video_streaming=true
|
||||
allow_alfaview_video_conference_out=true
|
||||
allow_bigbluebutton_video_conference_out=true
|
||||
allow_ms_skype_teams_out=true
|
||||
allow_webex_video_conference_out=true
|
||||
allow_zoom_video_conference_out=true
|
||||
allow_jitsi_video_conference_out=true
|
||||
|
Reference in New Issue
Block a user