Skip to main content

kill_channel

Function kill_channel 

Source
pub fn kill_channel(channel: &str, force: bool) -> Result<()>
Expand description

Kill a channel’s session and detach all its sockets.

The gateway refuses while any participant is attached to the channel unless force is true (see RPC_ERROR_LIVE_PARTICIPANTS).