Function PacketPeerUDP.joinMulticastGroup

Joins the multicast group specified by multicast_address using the interface identified by interface_name. You can join the same multicast group with multiple interfaces. Use IP.getLocalInterfaces to know which are available.

godot.core.defs.GodotError joinMulticastGroup (
  const(String) multicast_address,
  const(String) interface_name
) nothrow @nogc;

Note

Some Android devices might require the CHANGE_WIFI_MULTICAST_STATE permission for multicast to work.