otPlatUdpLeaveMulticastGroup() function
Configures the UDP socket to leave a UDP multicast group. Note: only available when `OPENTHREAD_CONFIG_PLATFORM_UDP_ENABLE` is used.
Arguments
aUdpSocket
A pointer to the UDP socket.
aNetifIdentifier
The network interface identifier.
aAddress
The UDP multicast group address.
Return value
OT_ERROR_NONE Successfully left the multicast group. OT_ERROR_FAILED Failed to leave the multicast group.