leaveMulticastGroup

open fun leaveMulticastGroup(group: InetAddress, sourceSpecific: Boolean, iface: String? = null): <Error class: unknown class><Boolean>

Removes @socket from the multicast group defined by @group, @iface, and @source_specific (which must all have the same values they had when you joined the group).

Return

true on success, false on error.

Since

2.32

Parameters

group

a #GInetAddress specifying the group address to leave.

sourceSpecific

true if source-specific multicast was used

iface

Interface used